X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/261e57fc4e236b97ec5604b5e024cc68b64ede79..refs/pull/692/head:/tests/UserProfileTest.php diff --git a/tests/UserProfileTest.php b/tests/UserProfileTest.php index 0c66363f0..c1e254090 100644 --- a/tests/UserProfileTest.php +++ b/tests/UserProfileTest.php @@ -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'); } + }