1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Extracted text from book & chapter views

This commit is contained in:
Dan Brown
2016-11-17 13:33:07 +00:00
parent 694a9459c1
commit 57dc53ceff
26 changed files with 191 additions and 98 deletions

View File

@ -136,7 +136,7 @@ class EntityTest extends TestCase
$this->asAdmin()
->visit('/books')
// Choose to create a book
->click('Add new book')
->click('Create New Book')
->seePageIs('/books/create')
// Fill out form & save
->type($book->name, '#name')