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 has been archived by the owner on Jul 29, 2024. It is now read-only.
I am trying to click a link which is associated with $timeout, which will be displayed only for few seconds. After clicking navigate to the new page and verify some text.
But as i went through #169 , it says protractor waits for $timeout to finish. So can anyone help me to resolve this issue.
And the following information tells about the version i am using,
Bug report
Node Version: 6.2.0
Protractor Version: 4.0.7
Browser(s): Chrome
Operating System and Version : Ubuntu
The text was updated successfully, but these errors were encountered:
Please ask usage and debugging questions on StackOverflow (use the "protractor" tag) or in the Angular discussion group. (Please do not ask support questions here on Github.)
I have checked StackOverflow or Gitter, but there are no any clear answers for this.
So please can you take this as a new requirement. Because there are scenarios where we need to have e2e tests for validating broadcasting many events after clicking some link which is visible only for few seconds.
And people have suggested for browser.ignoreSynchronization = true; But this doesn't work when we have scenarios as mentioned above.
So i think, this feature can add some good value to Protractor.
@Shivaraj05 this still seems like a usage/debugging issue. If this is a feature request, please open up a new issue with the feature request information filled out and an example use case (a repository would be very helpful!), otherwise it's difficult to understand what actually needs to be done.
Hi,
I am trying to click a link which is associated with $timeout, which will be displayed only for few seconds. After clicking navigate to the new page and verify some text.
But as i went through #169 , it says protractor waits for $timeout to finish. So can anyone help me to resolve this issue.
And the following information tells about the version i am using,
Bug report
6.2.0
4.0.7
The text was updated successfully, but these errors were encountered: