Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!522
Issue
#3276645
: Run readiness checks after stored results have been cleared in certain situations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3276645
: Run readiness checks after stored results have been cleared in certain situations
issue/automatic_updates-3276645:3276645-run-readiness-checks
into
8.x-2.x
Overview
40
Commits
22
Pipelines
1
Changes
1
Merged
Yash Rode
requested to merge
issue/automatic_updates-3276645:3276645-run-readiness-checks
into
8.x-2.x
2 years ago
Overview
16
Commits
22
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d04c1ec1
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d04c1ec1
Removed debug statement
· d04c1ec1
Yash Rode
authored
2 years ago
automatic_updates_extensions/tests/src/Functional/UpdaterFormTest.php
+
0
−
1
Options
@@ -216,7 +216,6 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$this
->
assertNotSame
(
$pre_apply_time
,
$post_apply_time
);
$this
->
drupalGet
(
'/admin'
);
$this
->
checkForMetaRefresh
();
file_put_contents
(
'/Users/yash.rode/www/sample.html'
,
$this
->
getSession
()
->
getPage
()
->
getContent
());
$assert_session
->
pageTextContains
(
'Error before continue.'
);
$assert_session
->
pageTextNotContains
(
'Your site has not recently run an update readiness check. Run readiness checks now.'
);
}
Loading