Skip to content

Commit

Permalink
Adjust homepage test for new copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Apr 6, 2023
1 parent d1b8079 commit 979593e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AcceptBasicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private function fetch_page($path, $file = 'index.php', $vars = array())
public function testHome()
{
$page = $this->fetch_page('');
$this->assertContains('your MP represent', $page);
$this->assertContains('Find out more', $page);
$this->assertContains('Create an alert', $page);
$this->assertContains('Upcoming', $page);
}
Expand Down

0 comments on commit 979593e

Please sign in to comment.