diff --git a/.gitignore b/.gitignore index 9a99d55..5f51004 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ /assets/styles/app.tailwind.css /public/uploads/ +/tests/Screenshots/ ###> liip/imagine-bundle ### /public/media/cache/ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5e7edb4..af23cc9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -16,9 +16,9 @@ - + diff --git a/tests/Functional/Blog/CreateBlogPostTest.php b/tests/Functional/Blog/CreateBlogPostTest.php index 51a49c6..f8b2bd4 100644 --- a/tests/Functional/Blog/CreateBlogPostTest.php +++ b/tests/Functional/Blog/CreateBlogPostTest.php @@ -16,12 +16,6 @@ public function testItWorks(): void { UserFactory::createOne(); - // test there are no articles - $this->browser() - ->visit('/') - ->assertSee('No Articles found 😞') - ; - // login user $this->pantherBrowser() ->loginAs('test@mail.com', '1234')