Skip to content

Commit

Permalink
test: Repair RegistrationsPageTest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschuberth committed Dec 9, 2023
1 parent df96262 commit 38d5556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Browser/RegistrationsPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

use App\Models\Event;
use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;

use function Pest\Laravel\actingAs;

uses(RefreshDatabase::class);

test('rotex user can access registrations page', function () {
Event::factory()->create();
$user = createUserWithRole('rotex');
Expand Down

0 comments on commit 38d5556

Please sign in to comment.