Skip to content
Snippets Groups Projects
Verified Commit 630dd1bd 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

(cherry picked from commit f355d928)
parent 2d482e07
No related branches found
No related tags found
3 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #201178 passed with warnings
Pipeline: drupal

#201199

    Pipeline: drupal

    #201197

      Pipeline: drupal

      #201190

        +1
        ......@@ -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]'),
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment