vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

URI fragments does not work reliably #181

Closed vaadin-bot closed 14 years ago

vaadin-bot commented 14 years ago

Originally by @Artur-


Recording a test case for an application that uses UriFragmentUtility and starting from an URL with a fragment will sometimes work and sometimes fail. Sometimes it fails later on in the script. It seems the basic problem is that Testbench does not wait until the page really has loaded as Vaadin first loads the main page and then redirects using the fragment.

3258 will probably fix this in Vaadin 7.


Imported from https://dev.vaadin.com/ issue #3613

vaadin-bot commented 14 years ago

Originally by @mstahv


couldn't reproduce. Maybe it is already solved. Jani, do you have some more information about this?

vaadin-bot commented 14 years ago

Originally by Jani Laakso


No, sorry. I could test this with real project but that would consume quite a lot time :(