Skip to content

Commit

Permalink
fix(types): Update title method options type (#17781)
Browse files Browse the repository at this point in the history
Add Timeoutable option to `title` method
  • Loading branch information
kotmatpockuh authored Aug 23, 2021
1 parent 757a088 commit 2a80c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/types/cypress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ declare namespace Cypress {
*
* @see https://on.cypress.io/title
*/
title(options?: Partial<Loggable>): Chainable<string>
title(options?: Partial<Loggable & Timeoutable>): Chainable<string>

/**
* Trigger an event on a DOM element.
Expand Down

3 comments on commit 2a80c13

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2a80c13 Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.1/circle-develop-2a80c137d9e086193200d4497b7a04ce81ecf1e7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2a80c13 Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.1/appveyor-develop-2a80c137d9e086193200d4497b7a04ce81ecf1e7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2a80c13 Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.1/appveyor-develop-2a80c137d9e086193200d4497b7a04ce81ecf1e7/cypress.tgz

Please sign in to comment.