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
Merge request reports
Activity
added 5 commits
-
d3bf2c98...8f44f19c - 4 commits from branch
project:8.x-2.x
- d0b17275 - cronTest changes
-
d3bf2c98...8f44f19c - 4 commits from branch
added 13 commits
-
a53d948a...6bf619d5 - 9 commits from branch
project:8.x-2.x
- 4a08022b - cronTest changes
- e619d91c - made cronTest more robust
- 7384908d - changed test
- cefb9c5e - removed debug
Toggle commit list-
a53d948a...6bf619d5 - 9 commits from branch
- Resolved by Ted Bowman
added 9 commits
-
cefb9c5e...77ea670b - 5 commits from branch
project:8.x-2.x
- 15f52a04 - cronTest changes
- 96bee30c - changed test
- b34c3bdb - removed debug
- c0c86682 - Added statusMessageNotExists() for error and warning.
Toggle commit list-
cefb9c5e...77ea670b - 5 commits from branch
- Resolved by Ted Bowman
165 181 $assert_session->elementsCount('css', '#admin-dblog tbody tr', 1); 166 182 $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'); 167 183 $this->assertUpdateSuccessful('9.8.1'); 184 // \Drupal\automatic_updates\Routing\RouteSubscriber::alterRoutes() sets 185 // `_automatic_updates_status_messages: skip` on the route for the path 186 // `/admin/modules/update`, but not on the `/admin/reports` path. So to test Due to !573 (9512b08f), the comment is now wrong. Please fix it and reflow it:
changed this line in version 11 of the diff
added 13 commits
-
458198b4...1fc7a9dd - 4 commits from branch
project:8.x-2.x
- 76a8d01c - cronTest changes
- 91a6f742 - changed test
- 94c0e9dd - removed debug
- 678a89ee - Added statusMessageNotExists() for error and warning.
- 20a14220 - Added return type
- 27514c99 - Added @see
- 088e78bc - added comments
- 1d9daa3d - changed addressEquals
- 3d45c292 - Fix comment nit.
Toggle commit list-
458198b4...1fc7a9dd - 4 commits from branch
added 10 commits
-
c7aace27 - 1 commit from branch
project:8.x-2.x
- 3afecb5b - cronTest changes
- 67acc5c5 - changed test
- 43f5ff52 - removed debug
- 99fb18de - Added statusMessageNotExists() for error and warning.
- f1dec129 - Added return type
- 0bfe477e - Added @see
- c4f908b2 - added comments
- 3f65108c - changed addressEquals
- d52f7def - Fix comment nit.
Toggle commit list-
c7aace27 - 1 commit from branch
Please register or sign in to reply