
* tests for pagination * tests for pagination * tests for pagination * tests for pagination * tests for pagination * fix test for variants
10 lines
430 B
JavaScript
10 lines
430 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']",
|
|
expandChannelRow: "[data-test-id='expand-channel-row']",
|
|
channelVariantRow: '[data-test-id="channel-variant-row"]',
|
|
channelCheckbox: "[class*='MuiCheckbox']"
|
|
};
|