Skip to content

Commit ffe4b69

Browse files
committed
Stability control duties
1 parent 9f9f738 commit ffe4b69

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductByIdOnProductGridActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</arguments>
1818

1919
<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" />
2222
<checkOption selector="{{AdminProductGridSection.productRowCheckboxById(productId)}}" stepKey="selectProduct"/>
2323
<waitForPageLoad stepKey="waitForBackgroundProcessesToFinish" />
2424
</actionGroup>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontVerifySecureURLRedirectCheckoutTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@
4545
</after>
4646
<executeJS function="return window.location.host" stepKey="hostname"/>
4747
<amOnUrl url="http://{$hostname}/checkout" stepKey="goToUnsecureCheckoutURL"/>
48+
<waitForPageLoad stepKey="waitForCheckoutShippingPageToLoad" />
4849
<seeCurrentUrlEquals url="https://{$hostname}/checkout" stepKey="seeSecureCheckoutURL"/>
4950
<amOnUrl url="http://{$hostname}/checkout/sidebar" stepKey="goToUnsecureCheckoutSidebarURL"/>
51+
<waitForPageLoad stepKey="waitForUnsecureCheckoutSidebarPageToLoad" />
5052
<seeCurrentUrlEquals url="http://{$hostname}/checkout/sidebar" stepKey="seeUnsecureCheckoutSidebarURL"/>
5153
</test>
5254
</tests>

0 commit comments

Comments
 (0)