Details
-
Bug
-
Resolution: Obsolete
-
Neutral
-
None
-
None
-
None
Description
Background
After dx-core webapp was provisioned for running dx-core related self tests on test-framework, the test in info.magnolia.test.selenium.pageobjects.ContentEditorTest#contentEditorContentBlockTest was found to fail multiple times on Jenkins with the below stacktrace
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <input type="text" class="v-filterselect-input v-filterselect-input-readonly" autocomplete="off" id="gwt-uid-160" aria-labelledby="gwt-uid-159" aria-readonly="true" readonly="" tabindex="0" dir="" style="width: 100%;"> is not clickable at point (570, 933). Other element would receive the click: <td class="gwt-MenuItem" role="listitem">...</td> (Session info: chrome=85.0.4183.83) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-172-30-100-121', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.0-1052-aws', java.version: '1.8.0_152' Driver info: org.openqa.selenium.remote.RemoteWebDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 85.0.4183.83, chrome: {chromedriverVersion: 85.0.4183.83 (94abc2237ae0c..., userDataDir: /tmp/.com.google.Chrome.r5iCPc}, goog:chromeOptions: {debuggerAddress: localhost:45756}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true, webdriver.remote.sessionid: 2e79c89b90e2dbd58b0265cc231...} Session ID: 2e79c89b90e2dbd58b0265cc2318dcae at info.magnolia.test.selenium.pageobjects.ContentEditorTest.contentEditorContentBlockTest(ContentEditorTest.java:199)
Steps to reproduce
- Run the docker-compose file in test-framework
- Run the tests in info.magnolia.test.selenium.pageobjects.ContentEditorTest on your IDE
Expectation
All tests should pass successfully
Notes
Consider making the tests more atomic, as currently the tests attempt to do much.
Checklists
Acceptance criteria
Attachments
Issue Links
- depends upon
-
MGNLTEST-117 Form#setComboBoxOption: sometime dropdown list does not retract
-
- Selected
-