saleor-dashboard/cypress/elements/channels/select-channels-to-assign.js
Karolina 114476d615
Saleor 2696 tests for product create (#1026)
* test for product create

* tests for creating product

* create new expect product info utils file
2021-04-01 14:33:36 +02:00

8 lines
310 B
JavaScript

export const SELECT_CHANNELS_TO_ASSIGN = {
listOfChannels:
"[data-test-id='manage-products-channels-availiability-list']",
allChannelsCheckbox: "[name='allChannels']",
selectChannelsForm: "[role='dialog']",
channelRow: "[data-test-id='channel-row']",
channelCheckbox: "[class*='MuiCheckbox']"
};