This commit is contained in:
EwelinaLasowy 2022-02-14 15:30:09 +01:00
parent 885dcdf9bb
commit 131924da76
2 changed files with 3 additions and 5 deletions

View File

@ -63,7 +63,6 @@ class VacationRequestTest extends FeatureTestCase
->for($currentYearPeriod)
->create();
$this->actingAs($user)
->post("/vacation-requests", [
"type" => VacationType::VACATION->value,
@ -185,7 +184,6 @@ class VacationRequestTest extends FeatureTestCase
]);
}
public function testUserCannotCreateVacationRequestAtWeekend(): void
{
$user = User::factory()->createQuietly();