diff --git a/tests/Pest.php b/tests/Pest.php index bcab943c..ba23649e 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -7,8 +7,6 @@ uses(TestCase::class) ->beforeEach(function () { Mail::fake(); - - ray()->newScreen(test()->name()); }) ->in(__DIR__);