Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
15.10.6, 16.1.0-rc-1
-
Unknown
-
-
org.xwiki.tour.test.ui.AllIT$NestedTourApplicationIT.verifyTourFeatures(TestUtils)
Description
Screenshot
Error Message
Timed out after 10 seconds. Unable to locate the element
Stacktrace
org.openqa.selenium.NoSuchElementException: Timed out after 10 seconds. Unable to locate the element at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90) at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38) at jdk.proxy2/jdk.proxy2.$Proxy85.click(Unknown Source) at org.xwiki.tour.test.po.TourHomePage.addNewEntry(TourHomePage.java:59) at org.xwiki.tour.test.ui.TourApplicationIT.tourBoundToClass(TourApplicationIT.java:292) at org.xwiki.tour.test.ui.TourApplicationIT.verifyTourFeatures(TourApplicationIT.java:68) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Analysis
That one is odd, and sadly I couldn't get a recording.
The steps are:
- Delete the previous tour
- Go to Tour.WebHome
- addNewEntry (fail here)
But, according to the screenshot, the "go to" did not happen and we are still on the successful delete page screen.