File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
</arguments >
18
18
19
19
<waitForElementClickable selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" waitForElementClickable" />
20
- <scrollTo selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" scrollToProductCheckbox" />
21
- <moveMouseOver selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" moveMouseOverProductCheckbox" />
20
+ <scrollTo selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" x = " -100 " stepKey =" scrollToProductCheckbox" />
21
+ <moveMouseOver selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" x = " -100 " stepKey =" moveMouseOverProductCheckbox" />
22
22
<checkOption selector =" {{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey =" selectProduct" />
23
23
<waitForPageLoad stepKey =" waitForBackgroundProcessesToFinish" />
24
24
</actionGroup >
Original file line number Diff line number Diff line change 45
45
</after >
46
46
<executeJS function =" return window.location.host" stepKey =" hostname" />
47
47
<amOnUrl url =" http://{$hostname}/checkout" stepKey =" goToUnsecureCheckoutURL" />
48
+ <waitForPageLoad stepKey =" waitForCheckoutShippingPageToLoad" />
48
49
<seeCurrentUrlEquals url =" https://{$hostname}/checkout" stepKey =" seeSecureCheckoutURL" />
49
50
<amOnUrl url =" http://{$hostname}/checkout/sidebar" stepKey =" goToUnsecureCheckoutSidebarURL" />
51
+ <waitForPageLoad stepKey =" waitForUnsecureCheckoutSidebarPageToLoad" />
50
52
<seeCurrentUrlEquals url =" http://{$hostname}/checkout/sidebar" stepKey =" seeUnsecureCheckoutSidebarURL" />
51
53
</test >
52
54
</tests >
You can’t perform that action at this time.
0 commit comments