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

LightboxIT#playSlideshow is flickering

    XMLWordPrintable

Details

    • Integration
    • Unknown
    • N/A
    • N/A
    •  org.xwiki.image.lightbox.test.ui.AllITs$NestedLightboxIT#playSlideshow{TestUtils, TestReference, TestConfiguration}

    Description

      Screenshot

      Error Message

      stale element reference: element is not attached to the page document
        (Session info: chrome=100.0.4896.75)
      For documentation on this error, please visit: https://selenium.dev/exceptions/#stale_element_reference
      Build info: version: '4.1.3', revision: '7b1ebf28ef'
      System info: host: '14147cbc6d7c', ip: '172.17.0.2', os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-13-cloud-amd64', java.version: '11.0.6'
      Driver info: org.openqa.selenium.remote.RemoteWebDriver
      Command: [8e416935f7985c37378d412ec2cb64fb, executeScript {script=arguments[0].scrollIntoView();, args=[{ELEMENT=bce04f95-c58c-4d09-8392-ba11f0e35df6, element-6066-11e4-a52e-4f735466cecf=bce04f95-c58c-4d09-8392-ba11f0e35df6}]}]
      Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 100.0.4896.75, chrome: {chromedriverVersion: 100.0.4896.60 (6a5d10861ce8..., userDataDir: /tmp/.com.google.Chrome.kCJICX}, goog:chromeOptions: {debuggerAddress: localhost:39071}, handlesAlerts: true, javascriptEnabled: true, loggingPrefs: org.openqa.selenium.logging..., networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:cdp: ws://172.17.0.7:4444/sessio..., se:cdpVersion: 100.0.4896.75, 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}, unexpectedAlertBehaviour: ignore, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
      Session ID: 8e416935f7985c37378d412ec2cb64fb
      

      Stacktrace

      org.openqa.selenium.StaleElementReferenceException: 
      stale element reference: element is not attached to the page document
        (Session info: chrome=100.0.4896.75)
      For documentation on this error, please visit: https://selenium.dev/exceptions/#stale_element_reference
      Build info: version: '4.1.3', revision: '7b1ebf28ef'
      System info: host: '14147cbc6d7c', ip: '172.17.0.2', os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-13-cloud-amd64', java.version: '11.0.6'
      Driver info: org.openqa.selenium.remote.RemoteWebDriver
      Command: [8e416935f7985c37378d412ec2cb64fb, executeScript {script=arguments[0].scrollIntoView();, args=[{ELEMENT=bce04f95-c58c-4d09-8392-ba11f0e35df6, element-6066-11e4-a52e-4f735466cecf=bce04f95-c58c-4d09-8392-ba11f0e35df6}]}]
      Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 100.0.4896.75, chrome: {chromedriverVersion: 100.0.4896.60 (6a5d10861ce8..., userDataDir: /tmp/.com.google.Chrome.kCJICX}, goog:chromeOptions: {debuggerAddress: localhost:39071}, handlesAlerts: true, javascriptEnabled: true, loggingPrefs: org.openqa.selenium.logging..., networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:cdp: ws://172.17.0.7:4444/sessio..., se:cdpVersion: 100.0.4896.75, 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}, unexpectedAlertBehaviour: ignore, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
      Session ID: 8e416935f7985c37378d412ec2cb64fb
      	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
      	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
      	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
      	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
      	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
      	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
      	at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
      	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:567)
      	at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:501)
      	at org.xwiki.test.ui.XWikiWebDriver.executeScript(XWikiWebDriver.java:778)
      	at org.xwiki.test.ui.XWikiWebDriver.scrollTo(XWikiWebDriver.java:652)
      	at org.xwiki.test.ui.XWikiWebDriver.findElement(XWikiWebDriver.java:680)
      	at org.xwiki.image.lightbox.test.po.ImagePopover.openLightbox(ImagePopover.java:48)
      	at org.xwiki.image.lightbox.test.po.LightboxPage.openLightboxAtImage(LightboxPage.java:74)
      	at org.xwiki.image.lightbox.test.ui.LightboxIT.playSlideshow(LightboxIT.java:283)
      

      Attachments

        Issue Links

          Activity

            People

              oana.florean@xwiki.com Florean Oana-Lavinia
              mleduc Manuel Leduc
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: