
* test for product create * tests for creating product * create new expect product info utils file
8 lines
310 B
JavaScript
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']"
|
|
};
|