Problem/Motivation

https://git.drupalcode.org/project/drupal/-/jobs/10043334#L2480

There are multiple failures here, but they looked related.

️TEST FAILURE (3m 6s): 
   - 2 errors during execution; 
   - 3 assertions failed; 1459 passed
   ✖ 1) Tests/a11yTest
   – Accessibility - Navigation Module - Claro page (8.646s)
   → ✖ NightwatchAssertError
   Timed out while waiting for element <[object Object]> to be visible for 5000 milliseconds - expected "visible" but got: "not present" (1ms)
  - OTHER ERRORS:
  Error
    ✖ NightwatchAssertError
   Timed out while waiting for element <#system-modules-confirm-form, #system-modules-non-stable-confirm-form> to be present for 10000 milliseconds. - expected "found" but got: "not found" (10471ms)
    Error location:
    /builds/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js:30
    ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
     28 |     if (force) {
     29 |       // Click `Continue` if applicable.
     30 |       this.waitForElementPresent( 
     31 |         '#system-modules-confirm-form, #system-modules-non-stable-confirm-form',
     32 |         10000,
    ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
  Error
    NoSuchElementError
   An error occurred while running .click() command on <input[value=Continue]>: Timed out while waiting for element "input[value=Continue]" with "css selector" to be present for 5000 milliseconds.
    Try fixing by :
    1. Please inspect the html before the step
    2. Verify if an element with the mentioned selector is present in the DOM tree
    Error location:
    /builds/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js:34
    ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
     32 |         10000,
     33 |         false,
     34 |         () => self.click('input[value=Continue]'), 
     35 |       );
     36 |     }
    ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
  Error
    ✖ NightwatchAssertError
   Timed out while waiting for element <form.system-modules [name="modules[navigation][enable]"]:disabled> to be present for 10000 milliseconds. - expected "found" but got: "not found" (10394ms)
    Error location:
    /builds/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js:39
    ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
     37 |     // Wait for the checkbox for the module to be disabled as a sign that the
     38 |     // module has been enabled.
     39 |     this.waitForElementPresent( 
     40 |       `form.system-modules [name="modules[${module}][enable]"]:disabled`,
     41 |       10000,
    ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
  Error
    NoSuchElementError
   Timed out while waiting for element "By(xpath, //*[@class="admin-toolbar-control-bar"]//button//*[text()="Expand sidebar"])" to be present for 5000 milliseconds.
    Try fixing by :
    1. Please inspect the html before the step
    2. Verify if an element with the mentioned selector is present in the DOM tree
 Wrote HTML report file to: /builds/nightwatch_output/nightwatch-html-report/index.html

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Comments

kentr created an issue.