-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc1a6c5
commit c412681
Showing
2 changed files
with
3 additions
and
33 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
...code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutCartPageActionGroup.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,36 +14,27 @@ | |
<stories value="Visible password field for unregistered e-mail on Checkout"/> | ||
<title value="Visibility password field for unregistered e-mail on Checkout process"/> | ||
<description value="Guest should not be able to see password field if entered unregistered email"/> | ||
<stories value="Guest Checkout"/> | ||
<testCaseId value="MC-14695"/> | ||
<severity value="CRITICAL"/> | ||
<severity value="MINOR"/> | ||
<group value="checkout"/> | ||
<group value="shoppingCart"/> | ||
<group value="mtf_migrated"/> | ||
</annotations> | ||
<before> | ||
<createData entity="SimpleTwo" stepKey="simpleProduct"/> | ||
</before> | ||
|
||
<after> | ||
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/> | ||
</after> | ||
|
||
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openProductStorefront"> | ||
<argument name="productUrl" value="$$simpleProduct.custom_attributes[url_key]$$"/> | ||
</actionGroup> | ||
<actionGroup ref="StorefrontClickAddToCartOnProductPageActionGroup" stepKey="addToCartFromStorefrontProductPage"/> | ||
|
||
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="openCheckoutPage"/> | ||
<actionGroup ref="AssertStorefrontEmailTooltipContentOnCheckoutActionGroup" stepKey="assertEmailTooltipContent"/> | ||
<actionGroup ref="AssertStorefrontEmailNoteMessageOnCheckoutActionGroup" stepKey="assertEmailNoteMessage"/> | ||
|
||
<actionGroup ref="StorefrontFillEmailFieldOnCheckoutActionGroup" stepKey="fillUnregisteredEmailFirstAttempt"> | ||
<argument name="email" value="[email protected]"/> | ||
</actionGroup> | ||
<actionGroup ref="AssertStorefrontVisiblePasswordFieldForUnregisteredEmailOnCheckoutActionGroup" | ||
stepKey="checkIfPasswordVisibleAfterFieldFilling"/> | ||
<actionGroup ref="StorefrontOpenCheckoutCartPageActionGroup" stepKey="openCheckoutCartPage" /> | ||
<actionGroup ref="AssertStorefrontVisiblePasswordFieldForUnregisteredEmailOnCheckoutActionGroup" stepKey="checkIfPasswordVisibleAfterFieldFilling"/> | ||
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="reloadCheckoutPage" /> | ||
<actionGroup ref="AssertStorefrontVisiblePasswordFieldForUnregisteredEmailOnCheckoutActionGroup" | ||
stepKey="checkIfPasswordVisibleAfterPageReload"/> | ||
</test> | ||
|