Skip to content
Snippets Groups Projects
Verified Commit 750f5dec 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 fc979f15
No related branches found
No related tags found
8 merge requests!12227Issue #3181946 by jonmcl, mglaman,!12079Issue #3523476 by matthiasm11: Add empty check on operator,!12024Fix: DocBlock comment for return value of Drupal\Core\Database\Connection::transactionManager(),!11974Draft: Issue #3495165 by catch, joeyroth, berdir, texas-bronius: Better warning...,!11934Issue #3520997: DefaultLazyPluginCollection unnecessarily instantiates plugins when sorting collection,!11887Issue #3520065: The migrate Row class API is incomplete,!11636Draft: Issue #3515643 by macsim: fieldNameExists method is inconsistent,!11515Issue #3480419 by mondrake, smustgrave, catch: Method...
Pipeline #452490 passed
Pipeline: drupal

#452491

    ...@@ -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.
    Please register or to comment