]> BookStack Code Mirror - bookstack/blobdiff - tests/Settings/FooterLinksTest.php
Update verify-totp.blade.php
[bookstack] / tests / Settings / FooterLinksTest.php
index f26f809d5392b71a34045455e2cf3debc000226b..f1b5d4294171b9df2392ed72aeda2ea983e1699b 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests\Settings;
+<?php
+
+namespace Tests\Settings;
 
 use Tests\TestCase;
 
@@ -29,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()