Skip to content

Commit

Permalink
uddate shoddy assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Nov 25, 2024
1 parent 7db8e53 commit 6c6e287
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1304,9 +1304,9 @@ describe('AddParticipantComponent edit mode no participants added', () => {
expect(bookingServiceSpy.getParticipantEmail).toHaveBeenCalled();
expect(component.selectedParticipantEmail).toBe('');
expect(component.showDetails).toBeFalsy();
expect(component.displayNextButton).toBeTruthy();
expect(component.displayClearButton).toBeFalsy();
expect(component.displayAddButton).toBeFalsy();
expect(component.displayNextButton).toBeFalsy;
expect(component.displayClearButton).toBeTruthy();
expect(component.displayAddButton).toBeTruthy();
expect(component.displayUpdateButton).toBeFalsy();
});
}));
Expand Down

0 comments on commit 6c6e287

Please sign in to comment.