Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Mar 5, 2020
1 parent 926b694 commit 1723523
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export class HeadlessChromiumDriverFactory {

page = await browser.newPage();

// All navigation methods default to 30 seconds,
// All waitFor methods have their own timeout config
// Set the default timeout for all navigation methods to the openUrl timeout (30 seconds)
// All waitFor methods have their own timeout config passed in to them
page.setDefaultTimeout(this.captureConfig.timeouts.openUrl);

logger.debug(`Browser page driver created`);
Expand Down

0 comments on commit 1723523

Please sign in to comment.