Resolving test cases

This commit is contained in:
Nilesh Deepak 2017-07-15 19:00:23 +05:30
parent 854fd52a27
commit a149e87ca7

View File

@ -150,11 +150,6 @@ class EntityTest extends BrowserKitTest
->seePageIs('/books/my-first-book')
->see($book->name)->see($book->description);
$book = factory(Book::class)->latest();
$this->assertDatabaseHas('images', [
'id' => $book->image
]);
// Ensure duplicate names are given different slugs
$this->asAdmin()
->visit('/books/create')