X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/72c8b138e12a0596c56538e4c43e52847bfec2e0..refs/pull/3593/head:/tests/FavouriteTest.php diff --git a/tests/FavouriteTest.php b/tests/FavouriteTest.php index 6a5c82eab..017dd889f 100644 --- a/tests/FavouriteTest.php +++ b/tests/FavouriteTest.php @@ -76,7 +76,7 @@ class FavouriteTest extends TestCase public function test_header_contains_link_to_favourites_page_when_logged_in() { $this->setSettings(['app-public' => 'true']); - $resp = $this->get('/'); + $resp = $this->get('/'); $this->withHtml($resp)->assertElementNotContains('header', 'My Favourites'); $resp = $this->actingAs($this->getViewer())->get('/'); $this->withHtml($resp)->assertElementContains('header a', 'My Favourites');