Skip to content
Snippets Groups Projects

Issue #3436741 make Automatic Updates Extension stable

@@ -73,7 +73,7 @@ class StatusCheckerRunAfterUpdateTest extends UpdaterFormTestBase {
$page->clickLink('database update script');
$this->assertSession()->addressEquals('/update.php');
$assert_session->pageTextNotContains('Possible database updates have been detected in the following extension');
$this->continueUpdateWithWarning();
$page->clickLink('Continue');
// @see automatic_updates_update_1191934()
$assert_session->pageTextContains('Dynamic automatic_updates_update_1191934');
$page->clickLink('Apply pending updates');
Loading