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

Issue #3258646 by phenaproxima: Fix test break due to #3215043

parent 3ee6fad7
No related branches found
No related tags found
1 merge request!169Issue #3258646: Fix test break due to #3215043
......@@ -131,7 +131,7 @@ END;
$form_id = $assert_session->elementExists('css', 'input[type="hidden"][name="form_id"]')
->getValue();
if (preg_match('/^system_modules_(experimental_)?confirm_form$/', $form_id)) {
if (preg_match('/^system_modules_(experimental_|non_stable_)?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