Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-22142

NotificationsSettingsIT.filterAndWatchedPage is flickering

    XMLWordPrintable

Details

    • Unknown
    • org.xwiki.platform.notifications.test.ui.AllIT$NestedNotificationsSettingsIT#filterAndWatchedPage{TestUtils, TestReference}

    Description

      Screenshot

      Error:

      no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"}
        (Session info: chrome=124.0.6367.78)
      For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
      Build info: version: '4.19.1', revision: 'abe0ee07dc'
      System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-25-cloud-amd64', java.version: '17.0.11'
      Driver info: org.openqa.selenium.remote.RemoteWebDriver
      Command: [776e15db2349fbd6ee2654d72464d4b4, findChildElement {value=td[data-title='Formats'] .view, id=f.61D110249DDBA3B95BA033A9AC913796.d.D6084F56B4616603BE207D5B50BA66B5.e.11629, using=css selector}]
      Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 124.0.6367.78, chrome: {chromedriverVersion: 124.0.6367.78 (a087f2dd364d..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:42929}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.17.0.7:4444/sessio..., se:cdpVersion: 124.0.6367.78, se:vnc: ws://172.17.0.7:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.7:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
      Session ID: 776e15db2349fbd6ee2654d72464d4b4
      

      Stacktrace

      org.openqa.selenium.NoSuchElementException: 
      no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"}
        (Session info: chrome=124.0.6367.78)
      For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
      Build info: version: '4.19.1', revision: 'abe0ee07dc'
      System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-25-cloud-amd64', java.version: '17.0.11'
      Driver info: org.openqa.selenium.remote.RemoteWebDriver
      Command: [776e15db2349fbd6ee2654d72464d4b4, findChildElement {value=td[data-title='Formats'] .view, id=f.61D110249DDBA3B95BA033A9AC913796.d.D6084F56B4616603BE207D5B50BA66B5.e.11629, using=css selector}]
      Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 124.0.6367.78, chrome: {chromedriverVersion: 124.0.6367.78 (a087f2dd364d..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:42929}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.17.0.7:4444/sessio..., se:cdpVersion: 124.0.6367.78, se:vnc: ws://172.17.0.7:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.7:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
      Session ID: 776e15db2349fbd6ee2654d72464d4b4
      	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
      	at java.base/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:51)
      	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:518)
      	at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
      	at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
      	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:355)
      	at org.openqa.selenium.remote.RemoteWebElement.findElement(RemoteWebElement.java:211)
      	at org.xwiki.platform.notifications.test.po.preferences.filters.AbstractNotificationFilterPreference.getFormatsElement(AbstractNotificationFilterPreference.java:80)
      	at org.xwiki.platform.notifications.test.po.preferences.filters.AbstractNotificationFilterPreference.<init>(AbstractNotificationFilterPreference.java:65)
      	at org.xwiki.platform.notifications.test.po.preferences.filters.CustomNotificationFilterPreference.<init>(CustomNotificationFilterPreference.java:75)
      	at org.xwiki.platform.notifications.test.po.preferences.CustomNotificationFilterPreferencesLiveDataElement.lambda$getCustomNotificationFilterPreferences$0(CustomNotificationFilterPreferencesLiveDataElement.java:62)
      	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
      	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
      	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
      	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
      	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
      	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
      	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
      	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
      	at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
      	at org.xwiki.platform.notifications.test.po.preferences.CustomNotificationFilterPreferencesLiveDataElement.getCustomNotificationFilterPreferences(CustomNotificationFilterPreferencesLiveDataElement.java:63)
      	at org.xwiki.platform.notifications.test.ui.NotificationsSettingsIT.filterAndWatchedPage(NotificationsSettingsIT.java:273)
      	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)
      

      Attachments

        Activity

          People

            surli Simon Urli
            MichaelHamann Michael Hamann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: