This issue has been created
There are 4 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-9a10b98f-7587-4be4-9866-1d62f321c550 XWIKI-22919 Open

ImageIT#editListWithImage is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-753a14a4-782f-4960-a0fc-60a13096a59a Thomas Mortagne created this issue on 24/Feb/25 11:25
 
Summary: ImageIT#editListWithImage is flickering
Issue Type: cid:jira-generated-image-avatar-9a10b98f-7587-4be4-9866-1d62f321c550 Bug
Affects Versions: 17.1.0-rc-1
Assignee: Unassigned
Components: Development Issues only
Created: 24/Feb/25 11:25
Priority: cid:jira-generated-image-static-major-7a6f7587-b3df-441c-a44b-4ddaaae1bb17 Major
Reporter: Thomas Mortagne
Description:

Error Message

no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')]"}
  (Session info: chrome=132.0.6834.159)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [9136875dd44149e4e1aa42e0253334e0, findElement {value=//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')], using=xpath}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40881}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: a56c9f61fe25, se:gridWebSocketUrl: ws://localhost:5037/session..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 9136875dd44149e4e1aa42e0253334e0

Stacktrace

org.openqa.selenium.NoSuchElementException: 
no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')]"}
  (Session info: chrome=132.0.6834.159)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [9136875dd44149e4e1aa42e0253334e0, findElement {value=//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')], using=xpath}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40881}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: a56c9f61fe25, se:gridWebSocketUrl: ws://localhost:5037/session..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 9136875dd44149e4e1aa42e0253334e0
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	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:215)
	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$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:368)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
	at org.xwiki.test.ui.XWikiWebDriver.findElement(XWikiWebDriver.java:714)
	at org.xwiki.test.ui.po.BasePage.clickSubMenuEntryFromMenu(BasePage.java:339)
	at org.xwiki.test.ui.po.BasePage.clickEditSubMenuEntry(BasePage.java:194)
	at org.xwiki.test.ui.po.BasePage.editWiki(BasePage.java:220)
	at org.xwiki.ckeditor.test.ui.ImageIT.editListWithImage(ImageIT.java:872)
	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)
 
 

4 updates

 
cid:jira-generated-image-avatar-753a14a4-782f-4960-a0fc-60a13096a59a Changes by Thomas Mortagne on 24/Feb/25 11:25
 
Description: !screenshot.png|thumbnail!

Error Message

{noformat}
no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')]"}
  (Session info: chrome=132.0.6834.159)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [9136875dd44149e4e1aa42e0253334e0, findElement {value=//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')], using=xpath}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40881}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: a56c9f61fe25, se:gridWebSocketUrl: ws://localhost:5037/session..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 9136875dd44149e4e1aa42e0253334e0
{noformat}

Stacktrace

{noformat}
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')]"}
  (Session info: chrome=132.0.6834.159)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.28.1', revision: '73f5ad48a2'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.14'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [9136875dd44149e4e1aa42e0253334e0, findElement {value=//div[@id='tmEdit']/*[contains(@class, 'dropdown-toggle')], using=xpath}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.159, chrome: {chromedriverVersion: 132.0.6834.159 (2d77d3fc445..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40881}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 132.0.6834.159, se:containerName: a56c9f61fe25, se:gridWebSocketUrl: ws://localhost:5037/session..., se:noVncPort: 7900, se:vnc: ws://172.18.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.18.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.18.0.4:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 9136875dd44149e4e1aa42e0253334e0
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
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:215)
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$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:368)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
at org.xwiki.test.ui.XWikiWebDriver.findElement(XWikiWebDriver.java:714)
at org.xwiki.test.ui.po.BasePage.clickSubMenuEntryFromMenu(BasePage.java:339)
at org.xwiki.test.ui.po.BasePage.clickEditSubMenuEntry(BasePage.java:194)
at org.xwiki.test.ui.po.BasePage.editWiki(BasePage.java:220)
at org.xwiki.ckeditor.test.ui.ImageIT.editListWithImage(ImageIT.java:872)
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)
{noformat}
Flickering Test: ImageIT#editListWithImage
Attachment: screenshot.png
Labels: flickering