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 7ae1801 commit 9c3f8ceCopy full SHA for 9c3f8ce
tests/e2e/web.runner.ts
@@ -38,7 +38,7 @@ import testcafe from 'testcafe';
38
selectorTimeout: 5000,
39
assertionTimeout: 5000,
40
speed: 1,
41
- quarantineMode: { successThreshold: 1, attemptLimit: 1 },
+ // quarantineMode: { successThreshold: 1, attemptLimit: 1 },
42
pageRequestTimeout: 8000
43
});
44
})
0 commit comments