279c279 < index 5f06cdcc87..d7fd1e600d 100644 --- > index 0a8471add8..aef9f9138b 100644 292c292 < index 04da0f588c..3b34e79845 100644 --- > index c080a3917f..59f28a63bb 100644 303c303 < @@ -262,9 +263,16 @@ public function buildOverviewForm(array $form, FormStateInterface $form_state) { --- > @@ -279,9 +280,16 @@ public function buildOverviewForm(array $form, FormStateInterface $form_state) { 321c321 < @@ -327,8 +335,50 @@ public function buildOverviewForm(array $form, FormStateInterface $form_state) { --- > @@ -344,8 +352,50 @@ public function buildOverviewForm(array $form, FormStateInterface $form_state) { 374c374 < @@ -511,31 +561,7 @@ public function validateCredentialForm(array &$form, FormStateInterface $form_st --- > @@ -528,31 +578,7 @@ public function validateCredentialForm(array &$form, FormStateInterface $form_st 407c407 < @@ -957,6 +983,48 @@ protected function getDatabaseTypes() { --- > @@ -975,6 +1001,48 @@ protected function getDatabaseTypes() { 457c457 < index cc450eca2d..a9d7de1089 100644 --- > index 4758a5e343..a9d7de1089 100644 502c502 < - $session->pageTextContains('Upgrade analysis report'); --- > - $session->pageTextContains('What will be upgraded?'); 602c602 < index 8496b115dd..0ae6e6911a 100644 --- > index 624a052559..23d5c295f3 100644 636c636 < + $this->assertText('Upgrade analysis report'); --- > + $this->assertText('What will be upgraded?'); 648c648 < + $session->elementNotExists('xpath', "//span[contains(@class, 'warning') and text() = '$available']"); --- > + $session->elementNotExists('xpath', "//span[contains(@class, 'error') and text() = '$available']"); 653c653 < + $session->elementExists('xpath', "//span[contains(@class, 'warning') and text() = '$missing']"); --- > + $session->elementExists('xpath', "//span[contains(@class, 'error') and text() = '$missing']");