Got a different flicker in the same test:
Error Details:
Unable to locate element: .actions-container .action_delete For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#nosuchelementexception Build info: version: '4.41.0', revision: '9fc754f' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-45-cloud-amd64', java.version: '17.0.19' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [f804177c-180a-407b-b0f0-78e8e8244255, findChildElement {using=css selector, value=.actions-container .action_delete, id=aa6f1a6f-16a2-4279-bb1f-3994f12fd303}] Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 149.0.2, container:hostname: 9f011b5ef4e7, moz:accessibilityChecks: false, moz:buildID: 20260403140140, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 1, remote.events.async.enabled: false}}, moz:geckodriverVersion: 0.36.0, moz:headless: false, moz:platformVersion: 6.1.0-45-cloud-amd64, moz:processID: 189, moz:profile: /tmp/rust_mozprofileawUWZ0, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: 9f011b5ef4e7, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:gridWebSocketUrl: ws://127.0.0.1:35219/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: {beforeUnload: ignore, default: ignore}, userAgent: Mozilla/5.0 (X11; Linux x86..., webSocketUrl: ws://172.17.0.6:4444/sessio...} Session ID: f804177c-180a-407b-b0f0-78e8e8244255
Stack Trace:
org.openqa.selenium.NoSuchElementException: Unable to locate element: .actions-container .action_delete For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#nosuchelementexception Build info: version: '4.41.0', revision: '9fc754f' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-45-cloud-amd64', java.version: '17.0.19' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [f804177c-180a-407b-b0f0-78e8e8244255, findChildElement {using=css selector, value=.actions-container .action_delete, id=aa6f1a6f-16a2-4279-bb1f-3994f12fd303}] Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 149.0.2, container:hostname: 9f011b5ef4e7, moz:accessibilityChecks: false, moz:buildID: 20260403140140, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 1, remote.events.async.enabled: false}}, moz:geckodriverVersion: 0.36.0, moz:headless: false, moz:platformVersion: 6.1.0-45-cloud-amd64, moz:processID: 189, moz:profile: /tmp/rust_mozprofileawUWZ0, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: 9f011b5ef4e7, se:deleteSessionOnUi: true, se:downloadsEnabled: true, se:gridWebSocketUrl: ws://127.0.0.1:35219/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.6:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.6:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: {beforeUnload: ignore, default: ignore}, userAgent: Mozilla/5.0 (X11; Linux x86..., webSocketUrl: ws://172.17.0.6:4444/sessio...} Session ID: f804177c-180a-407b-b0f0-78e8e8244255 at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:169) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:142) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:223) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:604) at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:166) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:427) at org.openqa.selenium.remote.RemoteWebElement.findElement(RemoteWebElement.java:211) at org.xwiki.platform.notifications.test.po.preferences.filters.CustomNotificationFilterPreference.delete(CustomNotificationFilterPreference.java:132) at org.xwiki.platform.notifications.test.ui.NotificationsSettingsIT.filterAndWatchedPage(NotificationsSettingsIT.java:418) at java.base/java.lang.reflect.Method.invoke(Method.java: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)