This commit is contained in:
Adrian Hopek
2022-02-22 10:42:20 +01:00
parent 6b4b583632
commit 0cc495acab
8 changed files with 18 additions and 18 deletions

View File

@@ -150,7 +150,7 @@ class VacationRequestTest extends FeatureTestCase
"from" => Carbon::create($currentYearPeriod->year, 2, 7)->toDateString(),
"to" => Carbon::create($currentYearPeriod->year, 2, 11)->toDateString(),
"comment" => "Comment for the vacation request.",
"skipFlow" => 1,
"flowSkipped" => true,
])
->assertSessionHasNoErrors();