Skip to content

Commit 3649bbe

Browse files
committed
misc: add timeout field to EnqueuedCommandAttributes type
1 parent 6eda553 commit 3649bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/types/cypress.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6426,6 +6426,7 @@ declare namespace Cypress {
64266426
injected: boolean
64276427
userInvocationStack?: string
64286428
query?: boolean
6429+
timeout?: number
64296430
fn(...args: any[]): any
64306431
}
64316432

0 commit comments

Comments
 (0)