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

(cherry picked from commit 8610d622f1)
merge-requests/10951/merge
nod_ 2025-03-14 09:01:16 +01:00
parent ae7c8a6291
commit d5035b8d3c
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class FilterEntityReferenceTest extends WebDriverTestBase {
// 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 @@ class FilterEntityReferenceTest extends WebDriverTestBase {
// 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.