Skip to content
Snippets Groups Projects
Unverified Commit 37387c48 authored by Ted Bowman's avatar Ted Bowman
Browse files

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

Contrib: Issue #3258646 by phenaproxima: Fix test break due to #3215043 - project/automatic_updates@40640aea
parent f5b59a18
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ protected function installModules(array $modules): void { ...@@ -120,7 +120,7 @@ protected function installModules(array $modules): void {
$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 (preg_match('/^system_modules_(experimental_)?confirm_form$/', $form_id)) { if (preg_match('/^system_modules_(experimental_|non_stable_)?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