1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-24 07:42:07 +03:00

Resolving test cases

This commit is contained in:
Nilesh Deepak
2017-07-15 19:03:02 +05:30
parent a149e87ca7
commit a7d2cfdee2

View File

@ -155,9 +155,6 @@ class EntityTest extends BrowserKitTest
->visit('/books/create')
->type($book->name, '#name')
->type($book->description, '#description')
->press('Select Image')
->click('test-image.jpg')
->press('Select Image')
->press('Save Book');
$expectedPattern = '/\/books\/my-first-book-[0-9a-zA-Z]{3}/';