X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a149e87ca7e49f278f5cff1bd9316bf49a2297f4..refs/pull/494/head:/tests/Entity/EntityTest.php diff --git a/tests/Entity/EntityTest.php b/tests/Entity/EntityTest.php index e639717aa..ccc02c4f0 100644 --- a/tests/Entity/EntityTest.php +++ b/tests/Entity/EntityTest.php @@ -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}/';