
* add tests for puchase by type * add expect for isShippingRequired * tests for adyen * tests for adyen * tests for adyen * tests for adyen * adyen * adyen * adyen * adyen * adyen * warehouses in chcekout * rm warehouses in chcekout * adyen payments * adyen
10 lines
507 B
JavaScript
10 lines
507 B
JavaScript
export const AVAILABLE_CHANNELS_FORM = {
|
|
menageChannelsButton: "[data-test-id='channels-availiability-manage-button']",
|
|
assignedChannels: "[data-test-id='expand-icon']",
|
|
publishedRadioButtons: "[name*='isPublished']",
|
|
availableForPurchaseRadioButtons: "[name*='isAvailableForPurchase']",
|
|
radioButtonsValueTrue: "[value='true']",
|
|
radioButtonsValueFalse: "[value='false']",
|
|
visibleInListingsButton: "[name*='visibleInListings']",
|
|
availableChannel: "[data-test='channel-availability-item']"
|
|
};
|