The new command was introduced in https://www.drupal.org/node/3264978, which takes you to the modules page and installs the modules
It doesn't take into account
1) modules with underscores in their machine names
2) modules under the Testing package. This is because the testing modules loaded under a collapsed <details> element, under which nothing can be clicked by nightwatch.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3272727-7.patch | 1 KB | mherchel |
Comments
Comment #2
mherchelAdding the following fixes it. Will post patch later
Comment #3
nod_yeah the command wasn't made very robust, happy to review
Comment #4
nod_To show the modules we can use the search bar to search for the module name, that will expand any collapsed detail element so we can click the checkbox afterwards
Comment #5
mherchelPatch attached.
This
1) Expands all collapsed details elements
2) replaces any underscores with hyphens within the module name.
Comment #6
nod_instead of opening everything I'd type the module name in the search area like here https://git.drupalcode.org/project/drupal/-/blob/10.0.x/core/tests/Drupa... (we can search for the machine name of the module that'll work).
I went with the drupal selector but I'd rather use the name attribute so that we don't have to mess with the module name.
Comment #7
mherchelThanks for the review. Updated patch attached!
Comment #8
nod_Perfect, thanks
Comment #10
mherchelUnrelated failure.
Comment #13
lauriiiCommitted c4b374b and pushed to 10.0.x. Also cherry-picked to 9.4.x. Thanks!