Skip to content

Commit 18114d7

Browse files
author
nod_
committed
Issue #3502658 by acbramley, catch, dww: [random test failure] FilterEntityReferenceTest
1 parent 58f6fa5 commit 18114d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function testAddEntityReferenceFieldWithDefaultSelectionHandler(): void {
110110
// Test the exposed filter options show up correctly.
111111
$assert->waitForField('options[expose_button][checkbox][checkbox]');
112112
$page->findField('options[expose_button][checkbox][checkbox]')->click();
113+
$this->assertSession()->assertWaitOnAjaxRequest();
113114
$this->assertTrue($page->hasCheckedField('options[expose_button][checkbox][checkbox]'));
114115

115116
// Check the exposed filters multiple option.
@@ -210,6 +211,7 @@ public function testAddConfigEntityReferenceFieldWithDefaultSelectionHandler():
210211
// Test the exposed filter options show up correctly.
211212
$assert->waitForField('options[expose_button][checkbox][checkbox]');
212213
$page->findField('options[expose_button][checkbox][checkbox]')->click();
214+
$this->assertSession()->assertWaitOnAjaxRequest();
213215
$this->assertTrue($page->hasCheckedField('options[expose_button][checkbox][checkbox]'));
214216

215217
// Check the exposed filters multiple option.

0 commit comments

Comments
 (0)