Skip to content

Commit

Permalink
debugging browserstack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 7, 2020
1 parent 973ffe0 commit e27eb03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/clients/waychaser-via-webdriver-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class WaychaserViaWebdriverRemote extends WaychaserViaWebdriver {
.withCapabilities(capabilities)
.build();
await this.driver.manage().setTimeouts({ script: 20000 });
logger.debug('Getting fake api...');
await this.driver.get(`http://localhost:${process.env.BROWSER_PORT}/api`);
logger.debug('...api loaded');
logger.debug('Getting waychaser test page...');
await this.driver.get(`http://localhost:${process.env.BROWSER_PORT}`);
logger.debug('...page loaded');
Expand Down

0 comments on commit e27eb03

Please sign in to comment.