From 0c70416b5cfe79210efadafbc47145a394c42755 Mon Sep 17 00:00:00 2001 From: Nilesh Deepak Date: Sat, 15 Jul 2017 16:33:52 +0530 Subject: [PATCH] Test books display options. --- tests/UserProfileTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UserProfileTest.php b/tests/UserProfileTest.php index 728422810..ebec814c4 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('grid', '#books_display') + ->select('list', '#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('list', '#books_display') + ->select('grid', '#books_display') ->press('Save') ->visit('/books') ->pageNotHasElement('.entity-list-item')