Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modules_weight
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
modules_weight
Merge requests
!2
Issue
#3340468
: Spelling mistake
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3340468
: Spelling mistake
issue/modules_weight-3340468:8.x-1.x
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Charchil Khandelwal
requested to merge
issue/modules_weight-3340468:8.x-1.x
into
8.x-1.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
cf7481a4
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Functional/ModulesListFormTest.php
+
2
−
2
Options
@@ -89,7 +89,7 @@ class ModulesListFormTest extends BrowserTestBase {
// Sending the form.
$this
->
submitForm
(
$edit
,
'op'
);
// Verif
i
ying the save message.
// Verifying the save message.
$this
->
assertSession
()
->
pageTextContains
(
'The modules weight was updated.'
);
$this
->
assertSession
()
->
pageTextContains
(
'Internal Dynamic Page Cache have now as weight: 15'
);
$this
->
assertSession
()
->
pageTextContains
(
'Internal Page Cache have now as weight: 15'
);
@@ -122,7 +122,7 @@ class ModulesListFormTest extends BrowserTestBase {
// Sending the form.
$this
->
submitForm
(
$edit
,
'op'
);
// Verif
i
ying the save message.
// Verifying the save message.
$this
->
assertSession
()
->
pageTextContains
(
'The modules weight was updated.'
);
$this
->
assertSession
()
->
pageTextContains
(
'System have now as weight: 15'
);
$this
->
assertSession
()
->
pageTextContains
(
'Internal Page Cache have now as weight: -3'
);
Loading