Skip to content

Commit 2f8ac61

Browse files
committed
remove a11y sleep
1 parent 37a89f3 commit 2f8ac61

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

browserstack-mocha-export.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ function beforeEach() {
2424
.withCapabilities(${JSON.stringify(capabilities)})
2525
.usingServer('${gridUrl}')
2626
.build()`,
27-
},
28-
{
29-
level: 1, statement: `if(process.env.BS_A11Y_TEST_RUN_ID)
30-
{await driver.sleep(3000);}`
3127
},
3228
{ level: 1, statement: 'vars = {}' },
3329
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git+https://github.com/mattonem/browserstack-side-runner.git"
66
},
7-
"version": "2.1.0",
7+
"version": "2.2.0-beta.1",
88
"main": "index.mjs",
99
"homepage": "https://github.com/mattonem/browserstack-side-runner#readme",
1010
"scripts": {

0 commit comments

Comments
 (0)