There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e69b3428-a0ed-4cb1-b2f6-f4c53c1b11b5 XWIKI-22340 Open

DeletePageIT.deleteOkWhenConfirming is flickering

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-b4286e27-df25-44fc-b13d-1be71dff885c Changes by Simon Urli on 29/Aug/24 08:52
 
Description: DeletePageIT.deleteOkWhenConfirming is flickering with the following stack trace:
{noformat}
Element <button class="btn btn-danger confirm"> could not be scrolled into view
Build info: version: '4.22.0', revision: 'c5f3146703*'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-16-cloud-amd64', java.version: '17.0.11'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [8d547ed4-b64b-439a-b1c3-7580dfab7644, clickElement {id=2613e8dc-809e-444a-a392-6102a55763c3}]
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 127.0.1, moz:accessibilityChecks: false, moz:buildID: 20240618110440, moz:debuggerAddress: 127.0.0.1:25863, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 3}}, moz:geckodriverVersion: 0.34.0, moz:headless: false, moz:platformVersion: 4.19.0-16-cloud-amd64, moz:processID: 162, moz:profile: /tmp/rust_mozprofileN8MizU, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.17.0.5:4444/sessio..., se:cdpVersion: 85.0, se:noVncPort: 7900, se:vnc: ws://172.17.0.5:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.5:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, userAgent: Mozilla/5.0 (X11; Linux x86...}
Element: [[RemoteWebDriver: firefox on linux (8d547ed4-b64b-439a-b1c3-7580dfab7644)] -> xpath: //*[(contains(@class, 'btn') or contains(@class, 'button')) and (contains(@value, 'Yes') or contains(text(), 'Yes') or contains(@class, 'confirm'))]]
Session ID: 8d547ed4-b64b-439a-b1c3-7580dfab7644
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
at org.openqa.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:518)
at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
at java.lang.reflect.Method.invoke(Method.java:568)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51)
at jdk.proxy2.$Proxy112.click(Unknown Source)
at org.xwiki.test.ui.po.ConfirmationPage.clickYes(ConfirmationPage.java:51)
at org.xwiki.flamingo.test.docker.DeletePageIT.deleteOkWhenConfirming(DeletePageIT.java:117)
at java.lang.reflect.Method.invoke(Method.java:568)
at java.util.ArrayList.forEach(ArrayList.java:1511)
at java.util.ArrayList.forEach(ArrayList.java:1511)
at java.util.ArrayList.forEach(ArrayList.java:1511)
{noformat}