Skip to content
Snippets Groups Projects

Issue #3455058: drupalInstallModule nightwatch function does not work with Experimental modules

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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]'),
Loading