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
43c52bdf
Verified
Commit
43c52bdf
authored
3 months ago
by
Théodore Biadala
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3502658
by acbramley, catch, dww: [random test failure] FilterEntityReferenceTest
(cherry picked from commit
8610d622
)
parent
02a4dc77
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!12523
Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...
,
!12235
3526426-warning-for-missing
,
!8559
#3450868 Add ViewsConfigUpdater deprecation support for default_argument_skip_url
Pipeline
#448206
passed
3 months ago
Stage: 🪄 Lint
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
+2
-0
2 additions, 0 deletions
...ts/src/FunctionalJavascript/FilterEntityReferenceTest.php
with
2 additions
and
0 deletions
core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
+
2
−
0
View file @
43c52bdf
...
...
@@ -110,6 +110,7 @@ public function testAddEntityReferenceFieldWithDefaultSelectionHandler(): void {
// Test the exposed filter options show up correctly.
$assert
->
waitForField
(
'options[expose_button][checkbox][checkbox]'
);
$page
->
findField
(
'options[expose_button][checkbox][checkbox]'
)
->
click
();
$this
->
assertSession
()
->
assertWaitOnAjaxRequest
();
$this
->
assertTrue
(
$page
->
hasCheckedField
(
'options[expose_button][checkbox][checkbox]'
));
// Check the exposed filters multiple option.
...
...
@@ -210,6 +211,7 @@ public function testAddConfigEntityReferenceFieldWithDefaultSelectionHandler():
// Test the exposed filter options show up correctly.
$assert
->
waitForField
(
'options[expose_button][checkbox][checkbox]'
);
$page
->
findField
(
'options[expose_button][checkbox][checkbox]'
)
->
click
();
$this
->
assertSession
()
->
assertWaitOnAjaxRequest
();
$this
->
assertTrue
(
$page
->
hasCheckedField
(
'options[expose_button][checkbox][checkbox]'
));
// Check the exposed filters multiple option.
...
...
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