2023-03-09 08:18:07 +00:00
|
|
|
export const PLUGINS_DETAILS_SELECTORS = {
|
2021-09-10 09:03:42 +00:00
|
|
|
channel: '[data-test-id="channel"]',
|
|
|
|
accountConfirmationSubjectInput: '[name="account_confirmation_subject"]',
|
2023-03-09 08:18:07 +00:00
|
|
|
staffPasswordResetInput: '[name="staff_password_reset_subject"]',
|
2021-09-10 09:03:42 +00:00
|
|
|
};
|