|
129 | 129 | <waitForPageLoad stepKey="waitForCategoryPageLoad1"/>
|
130 | 130 | <click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewOption('Default Store View')}}"
|
131 | 131 | stepKey="clickStoreView"/>
|
| 132 | + <waitForElement selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" |
| 133 | + stepKey="waitForModalAccept"/> |
132 | 134 | <click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" stepKey="clickActionAccept"/>
|
| 135 | + <waitForElementNotVisible selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" |
| 136 | + stepKey="waitForNotVisibleModalAccept"/> |
133 | 137 | <waitForPageLoad stepKey="waitForCategoryPageLoad2"/>
|
134 | 138 | <click selector="{{AdminCategoryProductsSection.sectionHeader}}" stepKey="openProductSection1"/>
|
135 | 139 | <see selector="{{AdminCategoryProductsGridSection.productGridNameProduct($$createProduct1.name$$)}}"
|
|
148 | 152 | <waitForPageLoad stepKey="waitForCategoryPageLoad3"/>
|
149 | 153 | <click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewOption('secondStoreView')}}"
|
150 | 154 | stepKey="clickStoreView1"/>
|
| 155 | + <waitForElement selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" |
| 156 | + stepKey="waitForModalAccept1"/> |
151 | 157 | <click selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}"
|
152 | 158 | stepKey="clickActionAccept1"/>
|
| 159 | + <waitForElementNotVisible selector="{{AdminCategoryMainActionsSection.CategoryStoreViewModalAccept}}" |
| 160 | + stepKey="waitForNotVisibleModalAccept1"/> |
153 | 161 | <waitForPageLoad stepKey="waitForCategoryPageLoad4"/>
|
154 | 162 | <click selector="{{AdminCategoryProductsSection.sectionHeader}}" stepKey="openProductSection2"/>
|
155 | 163 | <see selector="{{AdminCategoryProductsGridSection.productGridNameProduct($$createProduct2.name$$)}}"
|
|
0 commit comments