saleor-dashboard/cypress/elements/channels/channel-form-selectors.js

6 lines
192 B
JavaScript
Raw Normal View History

export const CHANNEL_FORM_SELECTORS = {
channelSelect: "[id='mui-component-select-channels']",
channelOption: "[data-test='selectFieldOption']",
confirmButton: "[data-test='submit']"
};