]> BookStack Code Mirror - bookstack/blobdiff - tests/Actions/AuditLogTest.php
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / tests / Actions / AuditLogTest.php
index 92289cd4ffe44e34e4f53b38d35d0a16971df1c6..d699724f5129d1936e5f39f88fb1ff4f648eab17 100644 (file)
@@ -56,7 +56,7 @@ class AuditLogTest extends TestCase
         $resp->assertSeeText($page->name);
         $resp->assertSeeText('page_create');
         $resp->assertSeeText($activity->created_at->toDateTimeString());
-        $resp->assertElementContains('.table-user-item', $admin->name);
+        $this->withHtml($resp)->assertElementContains('.table-user-item', $admin->name);
     }
 
     public function test_shows_name_for_deleted_items()