#41 - email notifications #54

Merged
EwelinaLasowy merged 44 commits from #41-email-notifications into main 2022-02-21 13:19:59 +01:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 131924da76 - Show all commits

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();