File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 132
132
<click selector =" {{OrdersGridSection.addProducts}}" stepKey =" clickOnAddProducts" />
133
133
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnButtonClickForPage1" />
134
134
<seeElement selector =" {{OrdersGridSection.pageNumber('1')}}" stepKey =" verifyPage1" />
135
- <wait time =" 5" stepKey =" waitForPage1ToPopulate" />
136
135
<waitForElementVisible selector =" {{OrdersGridSection.displayedProducts}}" stepKey =" verifyDisplayedProductsOnPage1" />
137
136
138
137
<!-- Step6: Click on Next Page and verify products are listed on next page 2 -->
139
138
<click selector =" {{OrdersGridSection.selectProductNextPage}}" stepKey =" clickOnNextPageForSelectProuct" />
140
139
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnButtonClickForPage2" />
141
140
<seeElement selector =" {{OrdersGridSection.pageNumber('2')}}" stepKey =" verifyPage2" />
142
- <wait time =" 5" stepKey =" waitForPage2ToPopulate" />
143
141
<waitForElementVisible selector =" {{OrdersGridSection.displayedProducts}}" stepKey =" verifyDisplayedProductsOnPage2" />
144
142
145
143
<!-- Step6: Click on Previous Page and verify products are listed on previous page 1 -->
146
144
<click selector =" {{OrdersGridSection.selectProductPreviousPage}}" stepKey =" clickOnPreviousPageForSelectProuct" />
147
145
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnButtonClickForPreviousPage1" />
148
146
<seeElement selector =" {{OrdersGridSection.pageNumber('1')}}" stepKey =" verifyPreviousPage1" />
149
- <wait time =" 5" stepKey =" waitForPreviousPage1ToPopulate" />
150
147
<waitForElementVisible selector =" {{OrdersGridSection.displayedProducts}}" stepKey =" verifyDisplayedProductsOnPreviousPage1" />
151
148
</test >
152
149
</tests >
You can’t perform that action at this time.
0 commit comments