]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/BookShelfTest.php
Laravel 7.x Shift (#3011)
[bookstack] / tests / Entity / BookShelfTest.php
index 1780ddee819504ebbd94bae50163653934a0198e..afd6a1a065614049a2ee5a83b3606bfa9f43053f 100644 (file)
@@ -290,7 +290,7 @@ class BookShelfTest extends TestCase
         $shelf = Bookshelf::first();
         $resp = $this->asAdmin()->get($shelf->getUrl('/permissions'));
         $resp->assertSeeText('Copy Permissions');
-        $resp->assertSee("action=\"{$shelf->getUrl('/copy-permissions')}\"");
+        $resp->assertSee("action=\"{$shelf->getUrl('/copy-permissions')}\"", false);
 
         $child = $shelf->books()->first();
         $editorRole = $this->getEditor()->roles()->first();