Skip to content
Snippets Groups Projects
Verified Commit d5035b8d 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 ae7c8a62
No related branches found
No related tags found
4 merge requests!12745Fixed: Path alias language doesn't changes on changing of node language,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.
Pipeline #452519 canceled
Pipeline: drupal

#452520

    ...@@ -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