]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b4044e6
)
Test books display options.
author
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 10:59:42 +0000
(16:29 +0530)
committer
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 10:59:42 +0000
(16:29 +0530)
tests/UserProfileTest.php
patch
|
blob
|
history
diff --git
a/tests/UserProfileTest.php
b/tests/UserProfileTest.php
index c87a7b88ace91baad0bc7c631cd165bae4b2adda..728422810459c691c78f4acfc9ef18f9454eeb70 100644
(file)
--- 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')
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.