saleor-dashboard/cypress/elements/plugins/pluginDetails.js

6 lines
218 B
JavaScript
Raw Normal View History

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