File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 129129 <waitForPageLoad stepKey =" waitForCategoryPageLoad1" />
130130 <click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewOption('Default Store View')}}"
131131 stepKey =" clickStoreView" />
132+ <waitForElementVisible selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}"
133+ stepKey =" waitForPopup1" />
132134 <click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}" stepKey =" clickActionAccept" />
133135 <waitForPageLoad stepKey =" waitForCategoryPageLoad2" />
134136 <click selector =" {{AdminCategoryProductsSection.sectionHeader}}" stepKey =" openProductSection1" />
148150 <waitForPageLoad stepKey =" waitForCategoryPageLoad3" />
149151 <click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewOption(secondStore.name)}}"
150152 stepKey =" clickStoreView1" />
153+ <waitForElementVisible selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}"
154+ stepKey =" waitForPopup2" />
151155 <click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}"
152156 stepKey =" clickActionAccept1" />
153157 <waitForPageLoad stepKey =" waitForCategoryPageLoad4" />
Original file line number Diff line number Diff line change 120120
121121 <amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
122122 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask3" />
123+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
123124 <fillField selector =" {{OrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
124125 <click selector =" {{OrdersGridSection.submitSearch}}" stepKey =" submitSearch" />
125126 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask4" />
176177 <deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
177178 <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
178179 </test >
179- </tests >
180+ </tests >
Original file line number Diff line number Diff line change 6565 <actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin1" />
6666 <amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
6767 <waitForPageLoad stepKey =" waitForPageLoad1" />
68+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
6869 <fillField selector =" {{AdminOrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
6970 <click selector =" {{AdminOrdersGridSection.submitSearch}}" stepKey =" submitSearchOrderNum" />
7071 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnSearch" />
Original file line number Diff line number Diff line change 6363
6464 <amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
6565 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnOrdersPage" />
66+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
6667 <fillField selector =" {{OrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
6768 <click selector =" {{OrdersGridSection.submitSearch}}" stepKey =" submitSearchOrderNum" />
6869 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnSearch" />
Original file line number Diff line number Diff line change 6161
6262 <amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onAdminOrdersPage" />
6363 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask3" />
64+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
6465 <fillField selector =" {{OrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" searchOrderNum" />
6566 <click selector =" {{OrdersGridSection.submitSearch}}" stepKey =" submitSearch" />
6667 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask4" />
You can’t perform that action at this time.
0 commit comments