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 129
129
<waitForPageLoad stepKey =" waitForCategoryPageLoad1" />
130
130
<click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewOption('Default Store View')}}"
131
131
stepKey =" clickStoreView" />
132
+ <waitForElementVisible selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}"
133
+ stepKey =" waitForPopup1" />
132
134
<click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}" stepKey =" clickActionAccept" />
133
135
<waitForPageLoad stepKey =" waitForCategoryPageLoad2" />
134
136
<click selector =" {{AdminCategoryProductsSection.sectionHeader}}" stepKey =" openProductSection1" />
148
150
<waitForPageLoad stepKey =" waitForCategoryPageLoad3" />
149
151
<click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewOption(secondStore.name)}}"
150
152
stepKey =" clickStoreView1" />
153
+ <waitForElementVisible selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}"
154
+ stepKey =" waitForPopup2" />
151
155
<click selector =" {{AdminCategoryMainActionsSection.categoryStoreViewModalAccept}}"
152
156
stepKey =" clickActionAccept1" />
153
157
<waitForPageLoad stepKey =" waitForCategoryPageLoad4" />
Original file line number Diff line number Diff line change 120
120
121
121
<amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
122
122
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask3" />
123
+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
123
124
<fillField selector =" {{OrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
124
125
<click selector =" {{OrdersGridSection.submitSearch}}" stepKey =" submitSearch" />
125
126
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask4" />
176
177
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
177
178
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
178
179
</test >
179
- </tests >
180
+ </tests >
Original file line number Diff line number Diff line change 65
65
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin1" />
66
66
<amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
67
67
<waitForPageLoad stepKey =" waitForPageLoad1" />
68
+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
68
69
<fillField selector =" {{AdminOrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
69
70
<click selector =" {{AdminOrdersGridSection.submitSearch}}" stepKey =" submitSearchOrderNum" />
70
71
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnSearch" />
Original file line number Diff line number Diff line change 63
63
64
64
<amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
65
65
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnOrdersPage" />
66
+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
66
67
<fillField selector =" {{OrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" fillOrderNum" />
67
68
<click selector =" {{OrdersGridSection.submitSearch}}" stepKey =" submitSearchOrderNum" />
68
69
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnSearch" />
Original file line number Diff line number Diff line change 61
61
62
62
<amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onAdminOrdersPage" />
63
63
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask3" />
64
+ <actionGroup ref =" clearFiltersAdminDataGrid" stepKey =" clearGridFilter" />
64
65
<fillField selector =" {{OrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" searchOrderNum" />
65
66
<click selector =" {{OrdersGridSection.submitSearch}}" stepKey =" submitSearch" />
66
67
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask4" />
You can’t perform that action at this time.
0 commit comments