There are multiple failures in the Nightwatch tests with
1) TimeoutError
Error while running "waitForElementVisible" command: [TimeoutError] stale element reference: stale element not found
(Session info: chrome-headless-shell=123.0.6312.58)
(Driver info: chromedriver=123.0.6312.58 (6b4b19e9dfbb93aa414dc045bd445287977d8d7a-refs/branch-heads/6312_46@{#3}),platform=Linux 6.8.0-52-generic x86_64)
Error location:
/app/web/modules/contrib/responsive_menu/tests/src/Nightwatch/Tests/viewportFixTest.js:
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
40 | browser
41 | .submitForm('#responsive-menu-settings')
42 | .waitForElementVisible('body', 1000)
43 | .drupalRelativeURL('/node/2')
44 | // Confirm the metatag does not change.
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Issue fork responsive_menu-3504299
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
stephen-cox commented