Skip to content
Snippets Groups Projects
Verified Commit 43c52bdf authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3502658 by acbramley, catch, dww: [random test failure] FilterEntityReferenceTest

(cherry picked from commit 8610d622)
parent 02a4dc77
No related branches found
No related tags found
No related merge requests found
Pipeline #448206 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment