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
Commits
e8482118
Commit
e8482118
authored
8 months ago
by
Théodore Biadala
Browse files
Options
Downloads
Plain Diff
Merge branch '3467853-followup' into '10.4.x'
Resolve
#3467853
"Followup" See merge request
!9213
parents
19f2b118
2224d4f2
No related branches found
No related tags found
No related merge requests found
Pipeline
#254242
failed
8 months ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#254246
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php
+1
-1
1 addition, 1 deletion
...c/FunctionalJavascript/CKEditorStylesheetsWarningTest.php
with
1 addition
and
1 deletion
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php
+
1
−
1
View file @
e8482118
...
...
@@ -44,7 +44,7 @@ public function installThemeThatTriggersWarning($theme) {
public
function
testWarningFilterUi
(
$theme
,
$expected_warning
):
void
{
$page
=
$this
->
getSession
()
->
getPage
();
$assert_session
=
$this
->
assertSession
();
$this
->
addNewTextFormat
(
$page
,
$assert_session
);
$this
->
addNewTextFormat
();
$this
->
drupalGet
(
'admin/config/content/formats/manage/ckeditor5'
);
$assert_session
->
pageTextNotContains
(
$expected_warning
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment