Skip to content
Snippets Groups Projects

Issue #3311472 Set minimum stability for form

1 unresolved thread
@@ -42,7 +42,6 @@ class PreUpdateTest extends UpdaterFormTestBase {
$this->checkForUpdates();
$this->drupalGet('/admin/reports/updates/update');
$assert_session = $this->assertSession();
file_put_contents("/Users/ted.bowman/sites/test.html", $this->getSession()->getPage()->getOuterHtml());
$this->checkReleaseTable('#edit-next-minor-1', '.update-update-recommended', '9.8.0-rc1', FALSE, 'Latest version of Drupal 9.8 (next minor):');
$assert_session->pageTextContainsOnce('Currently installed: 9.7.0 (Up to date)');
}
@@ -59,7 +58,6 @@ class PreUpdateTest extends UpdaterFormTestBase {
$this->checkForUpdates();
$this->drupalGet('/admin/reports/updates/update');
$assert_session = $this->assertSession();
file_put_contents("/Users/ted.bowman/sites/test.html", $this->getSession()->getPage()->getOuterHtml());
$assert_session->statusMessageContains('No update available');
}
Loading