From: Nilesh Deepak Date: Sat, 15 Jul 2017 10:59:42 +0000 (+0530) Subject: Test books display options. X-Git-Tag: v0.19.0~1^2~15^2~15 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/770f30c3a88ace436a5cf46d6991b73531e2a46f Test books display options. --- diff --git a/tests/UserProfileTest.php b/tests/UserProfileTest.php index c87a7b88a..728422810 100644 --- a/tests/UserProfileTest.php +++ b/tests/UserProfileTest.php @@ -99,7 +99,7 @@ class UserProfileTest extends BrowserKitTest { $this->asAdmin() ->visit('/settings/users/' . $this->user->id) - ->select('#books_display', 'List') + ->select('grid', '#books_display') ->press('Save') ->visit('/books') ->pageNotHasElement('.gallery-item') @@ -110,7 +110,7 @@ class UserProfileTest extends BrowserKitTest { $this->asAdmin() ->visit('/settings/users/' . $this->user->id) - ->select('#books_display', 'Grid') + ->select('list', '#books_display') ->press('Save') ->visit('/books') ->pageNotHasElement('.entity-list-item')