Skip to content

Commit

Permalink
Merge pull request #134 from localgovdrupal/2.x
Browse files Browse the repository at this point in the history
2.3.3 release
  • Loading branch information
finnlewis authored Nov 9, 2023
2 parents 0304728 + a70a5aa commit 60814a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Functional/LocalgovIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testLocalgovSearch() {
'localgov_subsites_summary' => $overview_summary,
]);
$this->cronRun();
$this->drupalGet('search', ['query' => ['s' => 'bias+dogma+revelation']]);
$this->drupalGet('search', ['query' => ['s' => 'bias dogma revelation']]);
$this->assertSession()->pageTextContains($title);
$this->assertSession()->responseContains('<strong>bias</strong>');
$this->assertSession()->responseContains('<strong>dogma</strong>');
Expand All @@ -101,7 +101,7 @@ public function testLocalgovSearch() {
'localgov_subsites_summary' => $page_summary,
]);
$this->cronRun();
$this->drupalGet('search', ['query' => ['s' => 'time+main+only']]);
$this->drupalGet('search', ['query' => ['s' => 'time main only']]);
$this->assertSession()->pageTextContains('Subsite subsite page');
$this->assertSession()->responseContains('<strong>time</strong>');
$this->assertSession()->responseContains('<strong>main</strong>');
Expand Down

0 comments on commit 60814a0

Please sign in to comment.