3338-worker_calendar #787
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#787
Loading…
Reference in New Issue
No description provided.
Delete Branch "3338-worker_calendar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -75,2 +75,4 @@
}
});
it('should return an error trying to create a "Half holiday" absence', async() => {
it('should return an error trying to create a "Half holiday" twice', async() => {
@ -77,0 +98,4 @@
expect(error.message).toEqual(`Cannot add more than one '1/2 day vacation'`);
});
expect(error).toBeDefined();
this line of code is not needed if the error definition is at the level of the test error handler
LGTM