diff --git a/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js b/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js index be8b1aa0b02931da6673ca6ed33c26ed78a22c39..cc257662ed4c8475b1abd96a862293cbb68bcc05 100644 --- a/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js +++ b/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js @@ -28,7 +28,7 @@ exports.command = function drupalInstallModule(module, force, callback) { if (force) { // Click `Continue` if applicable. this.waitForElementPresent( - '#system-modules-confirm-form', + '#system-modules-confirm-form, #system-modules-non-stable-confirm-form', 10000, false, () => self.click('input[value=Continue]'),