File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 109
109
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" clickSaveProduct" />
110
110
111
111
<!-- Switch to Store view 2 -->
112
- <actionGroup ref =" SwitchToTheNewStoreViewActionGroup" stepKey =" SwitchNewStoreView2 " >
112
+ <actionGroup ref =" SwitchToTheNewStoreViewActionGroup" stepKey =" SwitchNewStoreView2AndAssertTheProductStatus " >
113
113
<argument name =" storeViewName" value =" {{storeViewData2.name}}" />
114
114
</actionGroup >
115
115
116
116
<!-- Verify that product is disable -->
117
- <seeElement selector =" {{AdminProductFormSection.productStatusValue('0 ')}}" stepKey =" assertThatProductSetToDisabled" />
117
+ <seeElement selector =" {{AdminProductFormSection.productStatusValue('2 ')}}" stepKey =" assertThatProductSetToDisabled" />
118
118
119
119
<!-- Enable the product for the second storeview -->
120
120
<waitForElementVisible selector =" {{AdminProductFormSection.enableProductLabel}}" stepKey =" waitForProductEnableSlider" />
You can’t perform that action at this time.
0 commit comments