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

6 lines
175 B
JavaScript
Raw Normal View History

export const CHANNELS_SELECTORS = {
createChannelButton: "[data-test='add-channel']",
channelsTable: "[class='MuiTableBody-root']",
channelName: "[data-test='name']"
};