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
Branches
Tags
3 merge requests!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!8559#3450868 Add ViewsConfigUpdater deprecation support for default_argument_skip_url
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.
Please register or to comment