
* Remove submit from exit dirty form util * Extract messages * Change data-test-id attributes * Add a unit test * Change given when then to AAA * Mock packages * Change button click to user events
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
export const UNSAVED_CHANGES_DIALOG = {
|
|
keepEditingButton: '[data-test-id="keep-editing"]',
|
|
ignoreChangesButton: '[data-test-id="ignore-changes"]',
|
|
};
|