From 630dd1bda0d7ab6dc231786d5b0b6057cb079564 Mon Sep 17 00:00:00 2001 From: nod_ <nod_@598310.no-reply.drupal.org> Date: Mon, 17 Jun 2024 21:51:30 +0200 Subject: [PATCH] Issue #3455058 by plopesc, smustgrave: drupalInstallModule nightwatch function does not work with Experimental modules (cherry picked from commit f355d928bf23c125038b654ba66a43c853997af9) --- core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js b/core/tests/Drupal/Nightwatch/Commands/drupalInstallModule.js index be8b1aa0b029..cc257662ed4c 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]'), -- GitLab