From 37c9e5dc02a427bcee5b9839f2245f4b2bffbcb7 Mon Sep 17 00:00:00 2001
From: Lucas D Hedding <lucashedding@gmail.com>
Date: Mon, 15 Apr 2019 13:33:19 -0500
Subject: [PATCH] Issue #3046857 by heddn, eiriksm: Add entry to site status
 page when PSAs are posted

---
 tests/src/Functional/AutomaticUpdatesTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/Functional/AutomaticUpdatesTest.php b/tests/src/Functional/AutomaticUpdatesTest.php
index aa8ca8040f..fb229c43c7 100644
--- a/tests/src/Functional/AutomaticUpdatesTest.php
+++ b/tests/src/Functional/AutomaticUpdatesTest.php
@@ -59,7 +59,7 @@ class AutomaticUpdatesTest extends BrowserTestBase {
 
     // Test site status report.
     $this->drupalGet(Url::fromRoute('system.status'));
-    $this->assertSession()->pageTextContains('4 announcements requiring your attention:');
+    $this->assertSession()->pageTextContains('4 urgent announcements requiring your attention:');
 
     // Test cache.
     $end_point = 'http://localhost/automatic_updates/test-json-denied';
-- 
GitLab