diff --git a/src/Tests/IntegrationTest.php b/src/Tests/IntegrationTest.php index 4e787cb..6cadf40 100644 --- a/src/Tests/IntegrationTest.php +++ b/src/Tests/IntegrationTest.php @@ -467,12 +467,14 @@ class IntegrationTest extends WebTestBase { $edit = [ 'widget' => 'links', 'widget_configs[show_numbers]' => '1', + 'facet_settings[query_operator]' => 'AND', ]; $this->drupalPostForm(NULL, $edit, $this->t('Save')); $this->drupalGet('admin/config/search/facets/type/edit'); $edit = [ 'widget' => 'links', 'widget_configs[show_numbers]' => '1', + 'facet_settings[query_operator]' => 'AND', ]; $this->drupalPostForm(NULL, $edit, $this->t('Save'));