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 337fc80b22851822657b705c0f413f8f4ff57281
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 unsaved changes, do you want to discard them';
const expectMessage = 'You have unsaved changes, do you want to discard them?';

component.editCustomer('1');

Expand Down