mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-09-10 17:31:58 +03:00
Merge branch 'master' of https://github.com/OsmosysSoftware/BookStack
This commit is contained in:
@@ -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')
|
||||
->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('list', '#books_display')
|
||||
->press('Save')
|
||||
->visit('/books')
|
||||
->pageHasElement('.gallery-item');
|
||||
|
Reference in New Issue
Block a user