Skip to content

Commit e9e7dbb

Browse files
committed
delete attempt limit
1 parent 2eb37c5 commit e9e7dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/web.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import testcafe from 'testcafe';
66
return t
77
.createRunner()
88
.src((process.env.TEST_FILES || 'tests/**/*.e2e.ts').split('\n'))
9-
.browsers(['chromium:headless -q attemptLimit=1 --cache --allow-insecure-localhost --ignore-certificate-errors'])
9+
.browsers(['chromium:headless --cache --allow-insecure-localhost --ignore-certificate-errors'])
1010
.filter((_testName, _fixtureName, _fixturePath, testMeta): boolean => {
1111
return testMeta.env !== 'desktop'
1212
})

0 commit comments

Comments
 (0)