From 2f8ac618a1ed9387e32530f651dadb390506ab31 Mon Sep 17 00:00:00 2001 From: maxmattone Date: Thu, 22 Aug 2024 11:21:11 +0000 Subject: [PATCH] remove a11y sleep --- browserstack-mocha-export.mjs | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/browserstack-mocha-export.mjs b/browserstack-mocha-export.mjs index 2a5ffa2..b1d723a 100644 --- a/browserstack-mocha-export.mjs +++ b/browserstack-mocha-export.mjs @@ -24,10 +24,6 @@ function beforeEach() { .withCapabilities(${JSON.stringify(capabilities)}) .usingServer('${gridUrl}') .build()`, - }, - { - level: 1, statement: `if(process.env.BS_A11Y_TEST_RUN_ID) - {await driver.sleep(3000);}` }, { level: 1, statement: 'vars = {}' }, ], diff --git a/package.json b/package.json index 78bfa4b..6152912 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "git+https://github.com/mattonem/browserstack-side-runner.git" }, - "version": "2.1.0", + "version": "2.2.0-beta.1", "main": "index.mjs", "homepage": "https://github.com/mattonem/browserstack-side-runner#readme", "scripts": {