Skip to content
Snippets Groups Projects

Resolve #3502658 "Random test failure"

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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.
Loading