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
1 merge request!158Issue #3257432: Build tests must be able to confirm installing experimental modules
......@@ -128,7 +128,7 @@ END;
$form_id = $assert_session->elementExists('css', 'input[type="hidden"][name="form_id"]')
->getValue();
if ($form_id === 'system_modules_confirm_form') {
if (preg_match('/^system_modules_(experimental_)?confirm_form$/', $form_id)) {
$page->pressButton('Continue');
$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