@@ -757,7 +757,6 @@ public function testCorrectVacationTypesAreAvailableForEmployee(): void
757
757
["label " => "Wolontariat " , "value " => "volunteering_vacation " ],
758
758
["label " => "Odbiór za święto " , "value " => "time_in_lieu " ],
759
759
["label " => "Zwolnienie lekarskie " , "value " => "sick_vacation " ],
760
- ["label " => "Nieobecność " , "value " => "absence " ],
761
760
["label " => "Praca zdalna " , "value " => "remote_work " ],
762
761
]);
763
762
}
@@ -784,7 +783,6 @@ public function testCorrectVacationTypesAreAvailableForTechnicalApprover(): void
784
783
["label " => "Wolontariat " , "value " => "volunteering_vacation " ],
785
784
["label " => "Odbiór za święto " , "value " => "time_in_lieu " ],
786
785
["label " => "Zwolnienie lekarskie " , "value " => "sick_vacation " ],
787
- ["label " => "Nieobecność " , "value " => "absence " ],
788
786
["label " => "Praca zdalna " , "value " => "remote_work " ],
789
787
]);
790
788
}
@@ -811,7 +809,6 @@ public function testCorrectVacationTypesAreAvailableForAdministrativeApprover():
811
809
["label " => "Wolontariat " , "value " => "volunteering_vacation " ],
812
810
["label " => "Odbiór za święto " , "value " => "time_in_lieu " ],
813
811
["label " => "Zwolnienie lekarskie " , "value " => "sick_vacation " ],
814
- ["label " => "Nieobecność " , "value " => "absence " ],
815
812
["label " => "Praca zdalna " , "value " => "remote_work " ],
816
813
["label " => "Delegacja " , "value " => "delegation " ],
817
814
]);
@@ -839,7 +836,6 @@ public function testCorrectVacationTypesAreAvailableForAdmin(): void
839
836
["label " => "Wolontariat " , "value " => "volunteering_vacation " ],
840
837
["label " => "Odbiór za święto " , "value " => "time_in_lieu " ],
841
838
["label " => "Zwolnienie lekarskie " , "value " => "sick_vacation " ],
842
- ["label " => "Nieobecność " , "value " => "absence " ],
843
839
["label " => "Praca zdalna " , "value " => "remote_work " ],
844
840
["label " => "Delegacja " , "value " => "delegation " ],
845
841
]);
0 commit comments