From a7d2cfdee2b675094027c6b74acff2285a4efa09 Mon Sep 17 00:00:00 2001 From: Nilesh Deepak Date: Sat, 15 Jul 2017 19:03:02 +0530 Subject: [PATCH] Resolving test cases --- tests/Entity/EntityTest.php | 3 --- 1 file changed, 3 deletions(-) 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}/';