Skip to content
Snippets Groups Projects

Issue #3276645: Run readiness checks after stored results have been cleared in certain situations

Merged Issue #3276645: Run readiness checks after stored results have been cleared in certain situations
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -266,7 +266,6 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$page->pressButton('Continue');
$this->checkForMetaRefresh();
$this->assertSession()->addressEquals('/update.php');
file_put_contents('/Users/yash.rode/www/sample.html', $this->getSession()->getPage()->getContent());
$possible_update_message = 'Possible database updates have been detected in the following extensions.<ul><li>semver_test</li></ul>';
$assert_session->pageTextNotContains($possible_update_message);
$assert_session->pageTextContainsOnce('Please apply database updates to complete the update process.');
Loading