Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!11641
Resolve
#3041318
"Various random fails"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3041318
"Various random fails"
issue/drupal-3041318:3041318-various-random-fails
into
11.x
Overview
0
Commits
2
Pipelines
1
Changes
5
Closed
Michael Strelan
requested to merge
issue/drupal-3041318:3041318-various-random-fails
into
11.x
2 months ago
Overview
0
Commits
2
Pipelines
1
Changes
5
Expand
Closes
#3041318
0
0
Merge request reports
Compare
11.x
11.x (base)
and
latest version
latest version
5bea0b80
2 commits,
2 months ago
5 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php
+
1
−
1
Options
@@ -292,7 +292,7 @@ protected function addPersistentFieldStorage(): void {
$this
->
assertSession
()
->
pageTextContains
(
'Re-use an existing field'
);
// Ensure that we test with a label that contains HTML.
$label
=
$this
->
random
String
(
4
)
.
'<br/>'
.
$this
->
random
String
(
4
);
$label
=
$this
->
random
MachineName
(
4
)
.
'<br/>'
.
$this
->
random
MachineName
(
4
);
// Add a new field for the orphaned storage.
$this
->
fieldUIAddExistingField
(
"admin/structure/types/manage/page"
,
$this
->
fieldName
,
$label
);
}
Loading