saleor-dashboard/cypress/elements/plugins/pluginDetails.js
Karolina Rakoczy 19e9b0ffc2
Saleor 4033 tests for plugins (#1317)
* tests for plugins

* tests for plugins

* add default country to create channel mutation

* change data-test-ids

* update snapshots
2021-09-10 11:03:42 +02:00

5 lines
218 B
JavaScript

export const PLUGINS_DETAILS = {
channel: '[data-test-id="channel"]',
accountConfirmationSubjectInput: '[name="account_confirmation_subject"]',
staffPasswordResetInput: '[name="staff_password_reset_subject"]'
};