|
101 | 101 | <click selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="disableProductForAllStoreView"/>
|
102 | 102 | <click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickSaveButton2"/>
|
103 | 103 | <waitForLoadingMaskToDisappear stepKey="waitForProductPageSave1" />
|
104 |
| - <dontSeeCheckboxIsChecked selector="{{AdminProductFormSection.enableProduct}}" stepKey="dontSeeCheckboxEnableProductIsChecked"/> |
| 104 | + <dontSeeCheckboxIsChecked selector="{{AdminProductFormSection.productStatus}}" stepKey="dontSeeCheckboxEnableProductIsChecked"/> |
105 | 105 |
|
106 | 106 | <!-- Disable each of the child products for All Store views -->
|
107 | 107 | <click selector="{{AdminProductFormConfigurationsSection.actionsBtn('1')}}" stepKey="clickToExpandActionsForFirstVariation1"/>
|
|
128 | 128 | <!-- enable the config product for the second store -->
|
129 | 129 | <waitForElementVisible selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="waitForProductEnableSlider"/>
|
130 | 130 | <click selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="enableProductForSecondStoreView"/>
|
131 |
| - <seeCheckboxIsChecked selector="{{AdminProductFormSection.enableProduct}}" stepKey="seeThatProductIsEnabled"/> |
| 131 | + <seeCheckboxIsChecked selector="{{AdminProductFormSection.productStatus}}" stepKey="seeThatProductIsEnabled"/> |
132 | 132 | <actionGroup ref="AdminFormSaveAndClose" stepKey="enabledConfigProductSecondStore"/>
|
133 | 133 |
|
134 | 134 | <!--go to admin and open product edit page to enable child product for second store view -->
|
|
170 | 170 | <see userInput="Second Store View" selector="{{AdminMainActionsSection.storeSwitcher}}" stepKey="seeNewStoreViewNameP1"/>
|
171 | 171 | <waitForElementVisible selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="waitForProductEnableSliderP1"/>
|
172 | 172 | <click selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="enableProductForSecondStoreViewP1"/>
|
173 |
| - <seeCheckboxIsChecked selector="{{AdminProductFormSection.enableProduct}}" stepKey="seeThatProduct1IsEnabled"/> |
| 173 | + <seeCheckboxIsChecked selector="{{AdminProductFormSection.productStatus}}" stepKey="seeThatProduct1IsEnabled"/> |
174 | 174 | <actionGroup ref="AdminFormSaveAndClose" stepKey="save2UpdatedChild1"/>
|
175 | 175 |
|
176 | 176 | <!--go to admin and open child product2 edit page and assign it to the second website -->
|
|
190 | 190 | <see userInput="Second Store View" selector="{{AdminMainActionsSection.storeSwitcher}}" stepKey="seeNewStoreViewNameP2"/>
|
191 | 191 | <waitForElementVisible selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="waitForProductEnableSliderP2"/>
|
192 | 192 | <click selector="{{AdminProductFormSection.enableProductLabel}}" stepKey="enableProductForSecondStoreViewP2"/>
|
193 |
| - <seeCheckboxIsChecked selector="{{AdminProductFormSection.enableProduct}}" stepKey="seeThatProduct2IsEnabled"/> |
| 193 | + <seeCheckboxIsChecked selector="{{AdminProductFormSection.productStatus}}" stepKey="seeThatProduct2IsEnabled"/> |
194 | 194 | <actionGroup ref="AdminFormSaveAndClose" stepKey="save2UpdatedChild2"/>
|
195 | 195 |
|
196 | 196 | <!-- assert storefront category list page -->
|
|
0 commit comments