Open jtlan opened 9 years ago
1.5 seconds sounds like an absurdly long time for a test to finish, though. In the test refactor, we should aim to not have this interaction not take as long?
Some more context on this since I looked into it a while ago. iPads seem to handle multiple DOM elements really badly. True for physical devices as well. The more DOM nodes are added (basically the test results) the slower it gets. If you run a single test it will never exceed 100 ms.
See this build: https://saucelabs.com/jobs/c1e713394b9e4f69b4c725b47c159524
iOS tests time out because 1500ms isn't quite long enough, it seems.