Issue #3316484: Check if the message "Your site has not recently run an update readiness check." would appear on admin pages after cron is run.
Merged
requested to merge issue/automatic_updates-3316484:3316484-3316484-check-if-the-build-test into 8.x-2.x
1 unresolved thread
Compare changes
+ 28
− 0
@@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
@@ -11,6 +12,21 @@ use Drupal\Composer\Composer;
@@ -11,6 +12,21 @@ use Drupal\Composer\Composer;
@@ -165,6 +181,18 @@ class CoreUpdateTest extends UpdateTestBase {
@@ -165,6 +181,18 @@ class CoreUpdateTest extends UpdateTestBase {
$assert_session->elementTextContains('css', '#admin-dblog tr:nth-of-type(1) td:nth-of-type(4)', 'Drupal core has been updated from 9.8.0 to 9.8.1');