Verified Commit f355d928 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3455058 by plopesc, smustgrave: drupalInstallModule nightwatch function...

Issue #3455058 by plopesc, smustgrave: drupalInstallModule nightwatch function does not work with Experimental modules
parent b4a02610
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]'),