Test for prelim auditions showing on judging dashboard.
This commit is contained in:
parent
49b203cc25
commit
88608ea5b4
|
|
@ -32,7 +32,7 @@ describe('JudgingController::index', function () {
|
|||
$response->assertSee($room->name);
|
||||
$response->assertSee($bonusScoreDefinition->name);
|
||||
});
|
||||
it('shows prelim auditions the user is assigned to juge', function () {
|
||||
it('shows prelim auditions the user is assigned to judge', function () {
|
||||
$judge = User::factory()->create();
|
||||
$room = Room::factory()->create();
|
||||
$room->judges()->attach($judge);
|
||||
|
|
|
|||
Loading…
Reference in New Issue