File tree 1 file changed +2
-0
lines changed
modules/views_ui/tests/src/FunctionalJavascript
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public function testAddEntityReferenceFieldWithDefaultSelectionHandler(): void {
110
110
// Test the exposed filter options show up correctly.
111
111
$ assert ->waitForField ('options[expose_button][checkbox][checkbox] ' );
112
112
$ page ->findField ('options[expose_button][checkbox][checkbox] ' )->click ();
113
+ $ this ->assertSession ()->assertWaitOnAjaxRequest ();
113
114
$ this ->assertTrue ($ page ->hasCheckedField ('options[expose_button][checkbox][checkbox] ' ));
114
115
115
116
// Check the exposed filters multiple option.
@@ -210,6 +211,7 @@ public function testAddConfigEntityReferenceFieldWithDefaultSelectionHandler():
210
211
// Test the exposed filter options show up correctly.
211
212
$ assert ->waitForField ('options[expose_button][checkbox][checkbox] ' );
212
213
$ page ->findField ('options[expose_button][checkbox][checkbox] ' )->click ();
214
+ $ this ->assertSession ()->assertWaitOnAjaxRequest ();
213
215
$ this ->assertTrue ($ page ->hasCheckedField ('options[expose_button][checkbox][checkbox] ' ));
214
216
215
217
// Check the exposed filters multiple option.
You can’t perform that action at this time.
0 commit comments