]>
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:
fd36978
)
Test for grid and list layout selection.
author
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 07:49:49 +0000
(13:19 +0530)
committer
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 07:49:49 +0000
(13:19 +0530)
tests/UserProfileTest.php
patch
|
blob
|
history
diff --git
a/tests/UserProfileTest.php
b/tests/UserProfileTest.php
index 5f402273dadf9d28f6430f3f288badafba5a657c..25edfbf5e58ed08800590d198ff568f100c0644c 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('
#
books_display', 'List')
->press('Save')
->visit('/books')
->pageHasElement('.entity-list-item');
@@
-109,7
+109,7
@@
class UserProfileTest extends BrowserKitTest
{
$this->asAdmin()
->visit('/settings/users/' . $this->user->id)
- ->select('books_display', 'Grid')
+ ->select('
#
books_display', 'Grid')
->press('Save')
->visit('/books')
->pageHasElement('.gallery-item');
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.