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

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

parent cdd9e92a
No related branches found
No related tags found
1 merge request!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
Pipeline #448148 passed with warnings
Pipeline: drupal

#448172

    Pipeline: drupal

    #448156

      ...@@ -110,6 +110,7 @@ public function testAddEntityReferenceFieldWithDefaultSelectionHandler(): void { ...@@ -110,6 +110,7 @@ public function testAddEntityReferenceFieldWithDefaultSelectionHandler(): void {
      // Test the exposed filter options show up correctly. // Test the exposed filter options show up correctly.
      $assert->waitForField('options[expose_button][checkbox][checkbox]'); $assert->waitForField('options[expose_button][checkbox][checkbox]');
      $page->findField('options[expose_button][checkbox][checkbox]')->click(); $page->findField('options[expose_button][checkbox][checkbox]')->click();
      $this->assertSession()->assertWaitOnAjaxRequest();
      $this->assertTrue($page->hasCheckedField('options[expose_button][checkbox][checkbox]')); $this->assertTrue($page->hasCheckedField('options[expose_button][checkbox][checkbox]'));
      // Check the exposed filters multiple option. // Check the exposed filters multiple option.
      ...@@ -210,6 +211,7 @@ public function testAddConfigEntityReferenceFieldWithDefaultSelectionHandler(): ...@@ -210,6 +211,7 @@ public function testAddConfigEntityReferenceFieldWithDefaultSelectionHandler():
      // Test the exposed filter options show up correctly. // Test the exposed filter options show up correctly.
      $assert->waitForField('options[expose_button][checkbox][checkbox]'); $assert->waitForField('options[expose_button][checkbox][checkbox]');
      $page->findField('options[expose_button][checkbox][checkbox]')->click(); $page->findField('options[expose_button][checkbox][checkbox]')->click();
      $this->assertSession()->assertWaitOnAjaxRequest();
      $this->assertTrue($page->hasCheckedField('options[expose_button][checkbox][checkbox]')); $this->assertTrue($page->hasCheckedField('options[expose_button][checkbox][checkbox]'));
      // Check the exposed filters multiple option. // 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