
* tests for plugins * tests for plugins * add default country to create channel mutation * change data-test-ids * update snapshots
5 lines
218 B
JavaScript
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"]'
|
|
};
|