diff --git a/tests/Browser/MicropubClientTest.php b/tests/Browser/MicropubClientTest.php index fa3f3a8d..d7fd4813 100644 --- a/tests/Browser/MicropubClientTest.php +++ b/tests/Browser/MicropubClientTest.php @@ -28,6 +28,7 @@ class MicropubClientTest extends DuskTestCase $browser->visit('/micropub/create') ->type('content', $note) ->press('submit'); + sleep(2); $this->assertDatabaseHas('notes', ['note' => $note]); }); //reset database