|
14 | 14 | <stories value="Visible password field for unregistered e-mail on Checkout"/>
|
15 | 15 | <title value="Visibility password field for unregistered e-mail on Checkout process"/>
|
16 | 16 | <description value="Guest should not be able to see password field if entered unregistered email"/>
|
17 |
| - <stories value="Guest Checkout"/> |
18 |
| - <testCaseId value="MC-14695"/> |
19 |
| - <severity value="CRITICAL"/> |
| 17 | + <severity value="MINOR"/> |
20 | 18 | <group value="checkout"/>
|
21 |
| - <group value="shoppingCart"/> |
22 |
| - <group value="mtf_migrated"/> |
23 | 19 | </annotations>
|
24 | 20 | <before>
|
25 | 21 | <createData entity="SimpleTwo" stepKey="simpleProduct"/>
|
26 | 22 | </before>
|
27 |
| - |
28 | 23 | <after>
|
29 | 24 | <deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
|
30 | 25 | </after>
|
31 |
| - |
32 | 26 | <actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openProductStorefront">
|
33 | 27 | <argument name="productUrl" value="$$simpleProduct.custom_attributes[url_key]$$"/>
|
34 | 28 | </actionGroup>
|
35 | 29 | <actionGroup ref="StorefrontClickAddToCartOnProductPageActionGroup" stepKey="addToCartFromStorefrontProductPage"/>
|
36 |
| - |
37 | 30 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="openCheckoutPage"/>
|
38 | 31 | <actionGroup ref="AssertStorefrontEmailTooltipContentOnCheckoutActionGroup" stepKey="assertEmailTooltipContent"/>
|
39 | 32 | <actionGroup ref="AssertStorefrontEmailNoteMessageOnCheckoutActionGroup" stepKey="assertEmailNoteMessage"/>
|
40 |
| - |
41 | 33 | <actionGroup ref="StorefrontFillEmailFieldOnCheckoutActionGroup" stepKey="fillUnregisteredEmailFirstAttempt">
|
42 | 34 | <argument name="email" value="unregistered@email.test"/>
|
43 | 35 | </actionGroup>
|
44 |
| - <actionGroup ref="AssertStorefrontVisiblePasswordFieldForUnregisteredEmailOnCheckoutActionGroup" |
45 |
| - stepKey="checkIfPasswordVisibleAfterFieldFilling"/> |
46 |
| - <actionGroup ref="StorefrontOpenCheckoutCartPageActionGroup" stepKey="openCheckoutCartPage" /> |
| 36 | + <actionGroup ref="AssertStorefrontVisiblePasswordFieldForUnregisteredEmailOnCheckoutActionGroup" stepKey="checkIfPasswordVisibleAfterFieldFilling"/> |
| 37 | + <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="reloadCheckoutPage" /> |
47 | 38 | <actionGroup ref="AssertStorefrontVisiblePasswordFieldForUnregisteredEmailOnCheckoutActionGroup"
|
48 | 39 | stepKey="checkIfPasswordVisibleAfterPageReload"/>
|
49 | 40 | </test>
|
|
0 commit comments