saleor-dashboard/cypress/elements/channels/channel-form-selectors.js
2022-05-16 10:30:34 +02:00

5 lines
202 B
JavaScript

export const CHANNEL_FORM_SELECTORS = {
channelSelect: "[data-test-id='channel-autocomplete']",
channelOption: "[data-test-id*='select-field-option']",
confirmButton: "[data-test-id='submit']"
};