We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2660e3 commit c78aed5Copy full SHA for c78aed5
src/index.js
@@ -73,7 +73,7 @@ function createCommand(queryName, implementationName) {
73
74
return cy
75
.window({log: false})
76
- .then((thenArgs) => {
+ .then({timeout: waitOptions.timeout + 100}, (thenArgs) => {
77
const getValue = () => {
78
const value = commandImpl(thenArgs.document);
79
const result = Cypress.$(value);
0 commit comments