Skip to content
Snippets Groups Projects

Issue #3264849: Show next minor or current minor updates in Update form

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -164,6 +164,8 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$assert_session->pageTextContainsOnce('Currently installed version 9.7.0: Not supported!');
$assert_session->elementNotExists('css', '#edit-drupal-installed-minor');
// @todo Add a test case where only the next minor is show but it is not a
// primary button because the current minor is not out of date.
// Check the form when there are updates in the current and next minors.
$this->setReleaseMetadata(__DIR__ . '/../../fixtures/release-history/drupal.9.8.2.xml');
$page->clickLink('Check manually');
Loading