5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
![]() |
export const UNSAVED_CHANGES_DIALOG = {
|
||
|
leaveWithoutSavingButton: '[data-test-id="leave-without-saving"]',
|
||
|
saveAndContinueButton: '[data-test-id="save-and-continue"]'
|
||
|
};
|