saleor-dashboard/cypress/elements/shared/unsavedChangesDialog.js
Karolina Rakoczy 6d5b894dd9
fix shipping method (#2014)
* fix shipping method

* shippings fixed

* fix jest
2022-04-28 10:56:56 +02:00

4 lines
174 B
JavaScript

export const UNSAVED_CHANGES_DIALOG = {
leaveWithoutSavingButton: '[data-test-id="leave-without-saving"]',
saveAndContinueButton: '[data-test-id="save-and-continue"]'
};