Skip to content

Commit 2cd1515

Browse files
committed
Stability control duties
1 parent ffe4b69 commit 2cd1515

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutFillNewBillingAddressActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="StorefrontCheckoutFillNewBillingAddressActionGroup" extends="GuestCheckoutFillNewBillingAddressActionGroup">
12+
<remove keyForRemoval="waitForEmailField"/>
1213
<remove keyForRemoval="enterEmail"/>
1314
<remove keyForRemoval="waitForLoading3"/>
1415
</actionGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<executeJS function="return window.location.host" stepKey="hostname"/>
4747
<amOnUrl url="http://{$hostname}/checkout" stepKey="goToUnsecureCheckoutURL"/>
4848
<waitForPageLoad stepKey="waitForCheckoutShippingPageToLoad" />
49-
<seeCurrentUrlEquals url="https://{$hostname}/checkout" stepKey="seeSecureCheckoutURL"/>
49+
<seeCurrentUrlMatches regex="~https://$hostname/checkout(?:#shipping)?~" stepKey="seeSecureCheckoutURL" />
5050
<amOnUrl url="http://{$hostname}/checkout/sidebar" stepKey="goToUnsecureCheckoutSidebarURL"/>
5151
<waitForPageLoad stepKey="waitForUnsecureCheckoutSidebarPageToLoad" />
5252
<seeCurrentUrlEquals url="http://{$hostname}/checkout/sidebar" stepKey="seeUnsecureCheckoutSidebarURL"/>

0 commit comments

Comments
 (0)