You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
After chrome browser has upgraded to version v70.x, our existing protractor tests are stopped working. The issue happens with below scenario:
Click on the button in the application which opens another URL in the new tab of chrome.
I am using below to verify if correct URL is opened in the new tab.
expect(browser.getCurrentUrl()).toContain("URL abc");
The tests hang on here. In the older version of chrome, the same test is working abosolutely fine.
Please see below supporting details. I could not see any trace log as it hangs.
Kindly help us as soon as possible.