Skip to content
Snippets Groups Projects
Commit 963590ce authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3257432 by phenaproxima: Build tests must be able to confirm installing experimental modules

parent bceaf42c
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ END; ...@@ -128,7 +128,7 @@ END;
$form_id = $assert_session->elementExists('css', 'input[type="hidden"][name="form_id"]') $form_id = $assert_session->elementExists('css', 'input[type="hidden"][name="form_id"]')
->getValue(); ->getValue();
if ($form_id === 'system_modules_confirm_form') { if (preg_match('/^system_modules_(experimental_)?confirm_form$/', $form_id)) {
$page->pressButton('Continue'); $page->pressButton('Continue');
$assert_session->statusCodeEquals(200); $assert_session->statusCodeEquals(200);
} }
......
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