]> BookStack Code Mirror - bookstack/blobdiff - tests/Settings/FooterLinksTest.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / tests / Settings / FooterLinksTest.php
index 55c3e107d5ff4b071e98cf2cd50f7475a148d018..f1b5d4294171b9df2392ed72aeda2ea983e1699b 100644 (file)
@@ -31,10 +31,10 @@ class FooterLinksTest extends TestCase
         ]]);
 
         $resp = $this->asAdmin()->get('/settings');
-        $resp->assertSee('value="My custom link"');
-        $resp->assertSee('value="Another Link"');
-        $resp->assertSee('value="https://example.com/link-a"');
-        $resp->assertSee('value="https://example.com/link-b"');
+        $resp->assertSee('value="My custom link"', false);
+        $resp->assertSee('value="Another Link"', false);
+        $resp->assertSee('value="https://example.com/link-a"', false);
+        $resp->assertSee('value="https://example.com/link-b"', false);
     }
 
     public function test_footer_links_show_on_pages()