]> BookStack Code Mirror - bookstack/blobdiff - tests/UserProfileTest.php
typo in readme.md
[bookstack] / tests / UserProfileTest.php
index 0c66363f0b34a0e8c241108d8675b7a29ca67105..c1e254090f27ac1d336001fd7e5630a6813bcc27 100644 (file)
@@ -103,7 +103,7 @@ class UserProfileTest extends BrowserKitTest
         $this->actingAs($editor)
             ->visit('/books')
             ->pageNotHasElement('.featured-image-container')
-            ->pageHasElement('.entity-list-item');
+            ->pageHasElement('.content .entity-list-item');
     }
 
     public function test_books_view_is_grid()
@@ -115,4 +115,5 @@ class UserProfileTest extends BrowserKitTest
             ->visit('/books')
             ->pageHasElement('.featured-image-container');
     }
+
 }