This issue has been created
There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2b0323d8-0980-41c1-8000-141e7925bd5b XWIKI-22264 Open

NotificationsEmailsIT.notificationsEmails is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-b93b1a1d-c10f-455d-b823-6f0002067f7a Manuel Leduc created this issue on 14/Jun/24 10:05
 
Summary: NotificationsEmailsIT.notificationsEmails is flickering
Issue Type: cid:jira-generated-image-avatar-2b0323d8-0980-41c1-8000-141e7925bd5b Bug
Affects Versions: 16.4.0
Assignee: Unassigned
Components: Development Issues only
Created: 14/Jun/24 10:05
Labels: flickering
Priority: cid:jira-generated-image-static-major-47665a22-42f6-4b61-b91a-1ae9ea1adff0 Major
Reporter: Manuel Leduc
Description:

Error Message

no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"}
  (Session info: chrome=125.0.6422.76)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.21.0', revision: '79ed462ef4'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-16-cloud-amd64', java.version: '17.0.11'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a73ef34a59114ba93b6b5f8db3287c67, findChildElement {value=td[data-title='Formats'] .view, id=f.389C0458E56DBD1502A0CB88D2CA3E5F.d.71F28C5E61266656FB0009B0F4172527.e.570, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.76, chrome: {chromedriverVersion: 125.0.6422.76 (67dcf7562b8f..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40891}, 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: 125.0.6422.76, 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: a73ef34a59114ba93b6b5f8db3287c67

Stacktrace

org.openqa.selenium.NoSuchElementException: 
no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"}
  (Session info: chrome=125.0.6422.76)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.21.0', revision: '79ed462ef4'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-16-cloud-amd64', java.version: '17.0.11'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a73ef34a59114ba93b6b5f8db3287c67, findChildElement {value=td[data-title='Formats'] .view, id=f.389C0458E56DBD1502A0CB88D2CA3E5F.d.71F28C5E61266656FB0009B0F4172527.e.570, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.76, chrome: {chromedriverVersion: 125.0.6422.76 (67dcf7562b8f..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40891}, 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: 125.0.6422.76, 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: a73ef34a59114ba93b6b5f8db3287c67
	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.SystemNotificationFilterPreference.<init>(SystemNotificationFilterPreference.java:44)
	at org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage.getSystemNotificationFilterPreferences(AbstractNotificationsSettingsPage.java:292)
	at org.xwiki.platform.notifications.test.ui.NotificationsEmailsIT.intialize(NotificationsEmailsIT.java:248)
	at org.xwiki.platform.notifications.test.ui.NotificationsEmailsIT.notificationsEmails(NotificationsEmailsIT.java:114)
	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)
 
 

3 updates

 
cid:jira-generated-image-avatar-b93b1a1d-c10f-455d-b823-6f0002067f7a Changes by Manuel Leduc on 14/Jun/24 10:06
 
Flickering Test: org.xwiki.platform.notifications.test.ui.AllIT$NestedNotificationsEmailsIT#notificationsEmails(TestUtils, TestConfiguration)
Description: h2. Screenshot
!screenshot-1.png|thumbnail!
h2.
Error Message
{noformat}
no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"}
  (Session info: chrome=125.0.6422.76)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.21.0', revision: '79ed462ef4'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-16-cloud-amd64', java.version: '17.0.11'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a73ef34a59114ba93b6b5f8db3287c67, findChildElement {value=td[data-title='Formats'] .view, id=f.389C0458E56DBD1502A0CB88D2CA3E5F.d.71F28C5E61266656FB0009B0F4172527.e.570, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.76, chrome: {chromedriverVersion: 125.0.6422.76 (67dcf7562b8f..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40891}, 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: 125.0.6422.76, 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: a73ef34a59114ba93b6b5f8db3287c67
{noformat}
h2. Stacktrace
{noformat}
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"}
  (Session info: chrome=125.0.6422.76)
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.21.0', revision: '79ed462ef4'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-16-cloud-amd64', java.version: '17.0.11'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [a73ef34a59114ba93b6b5f8db3287c67, findChildElement {value=td[data-title='Formats'] .view, id=f.389C0458E56DBD1502A0CB88D2CA3E5F.d.71F28C5E61266656FB0009B0F4172527.e.570, using=css selector}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 125.0.6422.76, chrome: {chromedriverVersion: 125.0.6422.76 (67dcf7562b8f..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:40891}, 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: 125.0.6422.76, 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: a73ef34a59114ba93b6b5f8db3287c67
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.SystemNotificationFilterPreference.<init>(SystemNotificationFilterPreference.java:44)
at org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage.getSystemNotificationFilterPreferences(AbstractNotificationsSettingsPage.java:292)
at org.xwiki.platform.notifications.test.ui.NotificationsEmailsIT.intialize(NotificationsEmailsIT.java:248)
at org.xwiki.platform.notifications.test.ui.NotificationsEmailsIT.notificationsEmails(NotificationsEmailsIT.java:114)
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)
{noformat}
Attachment: screenshot-1.png