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
@@ -216,7 +216,6 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$this->assertNotSame($pre_apply_time, $post_apply_time);
$this->drupalGet('/admin');
$this->checkForMetaRefresh();
file_put_contents('/Users/yash.rode/www/sample.html', $this->getSession()->getPage()->getContent());
$assert_session->pageTextContains('Error before continue.');
$assert_session->pageTextNotContains('Your site has not recently run an update readiness check. Run readiness checks now.');
}
Loading