Skip to content

Commit ff2d594

Browse files
committed
undo wait
1 parent 0747683 commit ff2d594

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/UITest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,9 +3094,8 @@ describe('On-Page CRM', function() {
30943094
}
30953095
if (SKIP_ENTRYPOINTS) {
30963096
before('Open test page', async function() {
3097-
this.timeout(1200000 * TIME_MODIFIER);
3097+
this.timeout(600000 * TIME_MODIFIER);
30983098
await openTestPageURL(browserCapabilities);
3099-
await wait(15000 * TIME_MODIFIER);
31003099
currentTestWindow = await driver.getWindowHandle();
31013100

31023101
await dummyTab.init();

0 commit comments

Comments
 (0)