|
| Description: |
h3. Screenshot
!image-2024-02-23-09-47-10-530.png|width=100%! h3. Error Message {noformat} Timed out after 10 seconds org . openqa.selenium.NoSuchElementException: Unable to locate the element : .popover\-title {noformat} h3. Stacktrace {noformat} org.openqa.selenium.NoSuchElementException: Timed out after 10 seconds. Unable to locate the element : .popover\-title at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.openqa.selenium. support remote . pagefactory ErrorCodec . AjaxElementLocator decode(ErrorCodec . findElement java:167) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode ( AjaxElementLocator W3CHttpResponseCodec .java: 90 138 ) at org.openqa.selenium. support remote . pagefactory codec . internal w3c . LocatingElementHandler W3CHttpResponseCodec . invoke decode ( LocatingElementHandler W3CHttpResponseCodec .java: 38 50 ) at jdk org . proxy2/jdk openqa . proxy2 selenium . remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545) at org.openqa.selenium.remote.ElementLocation $ Proxy85 ElementFinder$2 . click findElement ( Unknown Source ElementLocation.java:165 ) at org. openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362) at org. xwiki. test.ui.XWikiWebDriver.findElement(XWikiWebDriver.java:714) at org.xwiki. tour.test.po. TourHomePage PageWithTour . addNewEntry getStepTitle ( TourHomePage PageWithTour .java: 59 65 ) at org.xwiki.tour.test.ui.TourApplicationIT. tourBoundToClass tourBoundToPage (TourApplicationIT.java: 292 280 ) at org.xwiki.tour.test.ui.TourApplicationIT.verifyTourFeatures(TourApplicationIT.java:68) at java. base/java. lang.reflect.Method.invoke(Method.java: 568 569 ) 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) {noformat}
h3. 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. |
|