This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
ElementArrayFinder.prototype.count is slow since 2.0.0 #2359
Labels
Comments
Thanks for the report, but it's not clear if we can do anything. This sounds like an issue with FireFox driver, which would be out of our control. |
I made a comment on 2a765c7#commitcomment-12254207 for an idea of what I think the problem might be. Why check if the list has stale elements when counting? Why not expect the user to ask for a new ElementArrayFinder every time? The way the unit test was written implies that protractor will double check your side effects for you. |
fixed with #2364 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since 2a765c7 was included, I've seen a test that used to take 2 seconds now take almost 11.
This is the test.
The output from the Selenium server in version 2.1.0.
This continues until it reaches the end of the repeater.
Here's my webdriver-manager output on startup.
I'm using firefox version 35 to run these tests. Using
ChromeDriver 2.15.322455 (ae8db840dac8d0c453355d3d922c91adfb61df8f)
outputs the same logs, but runs much faster at just over 3 seconds.The text was updated successfully, but these errors were encountered: