From 2a80c137d9e086193200d4497b7a04ce81ecf1e7 Mon Sep 17 00:00:00 2001 From: kotmatpockuh Date: Mon, 23 Aug 2021 17:36:06 +0300 Subject: [PATCH] fix(types): Update title method options type (#17781) Add Timeoutable option to `title` method --- cli/types/cypress.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 6e577cc4c2c6..4af916bf5f86 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -1958,7 +1958,7 @@ declare namespace Cypress { * * @see https://on.cypress.io/title */ - title(options?: Partial): Chainable + title(options?: Partial): Chainable /** * Trigger an event on a DOM element.