Skip to content

Commit

Permalink
try 15s timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Oct 25, 2020
1 parent aab6d09 commit 3d5617e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Get Multiple Browsers
New Context
New Page ${LOGIN_URL}
New Browser
New Context
${oldtimeout}= Set Browser Timeout 15s
New Page http://example.com
${browsers} Get Browser Catalog then [(b['type'], b['activeBrowser'], [[p['url'] for p in c['pages']] for c in b['contexts']]) for b in value]
${expected} evaluate [('chromium', False, [['http://${SERVER}/prefilled_email_form.html'], ['http://${SERVER}/dist/']]), ('chromium', True, [['http://example.com/']])]
Expand Down

0 comments on commit 3d5617e

Please sign in to comment.