Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: TTL-725 change the confirmation message of customer module test
  • Loading branch information
abigailscl committed Dec 28, 2022
commit a7b81029bde1d293aafc335b0bed23a8f3d359a1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('CustomerTableListComponent', () => {

it('Onclick Edit, if there are changes, the modal must be presented ', () => {
component.hasChange = true;
const expectMessage = 'You have changes in a client, do you want to discard them?';
const expectMessage = 'You have unsaved changes, do you want to discard them';

component.editCustomer('1');

Expand Down