Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing navigation error on successful 'goBack' action #654

Closed
Debashis9012 opened this issue Jun 26, 2019 · 1 comment
Closed

Throwing navigation error on successful 'goBack' action #654

Debashis9012 opened this issue Jun 26, 2019 · 1 comment
Assignees
Labels

Comments

@Debashis9012
Copy link
Contributor

Expected behavior

If goBack api performs successful action then it should not throw navigation error.
It should show ✔ Performed clicking on browser back button

Actual behavior

' ✘ Error: Navigation took more than 30000ms. Please ' +
'increase the timeout., run .trace for more info.'

Steps to reproduce

Run the below steps in repl:

> openBrowser()
 ✔ Browser opened
> goto("https://www.hotstar.com/")
 ✔ Navigated to URL https://www.hotstar.com/
> click("TV")
 ✔ Clicked element matching text "TV"
> goBack()
' ✘ Error: Navigation took more than 30000ms. Please ' +
  'increase the timeout., run `.trace` for more info.'

note: Though i have increased navigationTimeout still facing navigation error.

goBack({ navigationTimeout: 60000 })
' ✘ Error: Navigation took more than 60000ms. Please ' +
'increase the timeout., run .trace for more info.'

Versions

Version: 0.9.0 (Chromium:76.0.3803.0)
commit: bab7a1b531a6930aa1b8ffa69c9057e8ca8cb2b1
@Debashis9012
Copy link
Contributor Author

This issue has been verified and found fixed.
Tested version: 271b55182385ee895e6b3a284d1a4aea1bdda3e0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants