This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-7e706977-21d4-4502-b616-eeb171bc4406 XWIKI-22959 Open

InplaceEditIT.macroPlaceholder is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1e97c8bc-eec2-474f-8cc7-e07cdd6010d6 Manuel Leduc created this issue on 10/Mar/25 10:19
 
Summary: InplaceEditIT.macroPlaceholder is flickering
Issue Type: cid:jira-generated-image-avatar-7e706977-21d4-4502-b616-eeb171bc4406 Bug
Affects Versions: 16.10.4
Assignee: Unassigned
Attachments: image-2025-03-10-10-19-14-100.png
Components: Development Issues only
Created: 10/Mar/25 10:19
Labels: flickering
Priority: cid:jira-generated-image-static-major-35fd406d-fcf5-4f0e-ac39-a995028f721e Major
Reporter: Manuel Leduc
Description:

Screenshot

43389_image-2025-03-10-10-19-14-100.png

Error Message

expected: <a first line
No pages found
macro:id> but was: <a first line
Loading ...
macro:id>

Stacktrace

org.opentest4j.AssertionFailedError: 
expected: <a first line
No pages found
macro:id> but was: <a first line
Loading ...
macro:id>
	at org.xwiki.edit.test.ui.InplaceEditIT.macroPlaceholder(InplaceEditIT.java:346)
	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)
	Suppressed: org.openqa.selenium.InvalidArgumentException: invalid argument: Unexpected dialog type beforeunload
  (Session info: chrome=134.0.6998.35)
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.0-33-cloud-amd64', java.version: '17.0.14'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a7660453f62b4072b7ec7665f2e2735c, findElement {value=html, using=tag name}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 134.0.6998.35, chrome: {chromedriverVersion: 134.0.6998.35 (ea6ef4c2ac15..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:46637}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.18.0.4:4444/sessio..., se:cdpVersion: 134.0.6998.35, se:containerName: a1e053b82cdd, se:gridWebSocketUrl: ws://localhost:28370/sessio..., 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: a7660453f62b4072b7ec7665f2e2735c
		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:190)
		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.XWikiWebDriver.lambda$waitUntilElementHasAttributeValue$3(XWikiWebDriver.java:485)
		at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:203)
		at org.xwiki.test.ui.XWikiWebDriver.waitUntilCondition(XWikiWebDriver.java:228)
		at org.xwiki.test.ui.XWikiWebDriver.waitUntilElementHasAttributeValue(XWikiWebDriver.java:483)
		at org.xwiki.test.ui.po.BaseElement.waitUntilPageIsReady(BaseElement.java:140)
		at org.xwiki.test.ui.po.BasePage.<init>(BasePage.java:126)
		at org.xwiki.test.ui.po.ViewPage.<init>(ViewPage.java:42)
		at org.xwiki.test.ui.TestUtils.gotoPage(TestUtils.java:721)
		at org.xwiki.edit.test.ui.InplaceEditIT.afterEach(InplaceEditIT.java:73)
		... 4 more
 
 

1 update

 
cid:jira-generated-image-avatar-1e97c8bc-eec2-474f-8cc7-e07cdd6010d6 Changes by Manuel Leduc on 10/Mar/25 10:19
 
Flickering Test: org.xwiki.edit.test.ui.AllIT$NestedInplaceEditIT#macroPlaceholder(TestUtils, TestReference)