|
11 | 11 | <annotations>
|
12 | 12 | <features value="PayPal"/>
|
13 | 13 | <stories value="Payment methods"/>
|
14 |
| - <title value="configuration for paypal pay later on Category page"/> |
15 |
| - <description value="Paypal Pay Later Message should display on Admin Category Page configuration"/> |
| 14 | + <title value="Configuration for paypal pay later on Category page"/> |
| 15 | + <description value="Paypal Pay Later Message should display on Admin Category Page configuration"/> |
16 | 16 | <severity value="CRITICAL"/>
|
17 | 17 | <testCaseId value="AC-5639"/>
|
18 |
| - |
19 | 18 | </annotations>
|
20 | 19 | <before>
|
21 | 20 | <createData entity="SimpleSubCategory" stepKey="simpleCategory"/>
|
22 | 21 | <createData entity="SimpleProduct" stepKey="simpleProduct">
|
23 | 22 | <requiredEntity createDataKey="simpleCategory"/>
|
24 | 23 | </createData>
|
25 |
| - |
26 | 24 | <!-- Login -->
|
27 | 25 | <actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
|
28 | 26 | <!--Config PayPal Standard-->
|
|
36 | 34 | <deleteData createDataKey="simpleCategory" stepKey="deleteCategory"/>
|
37 | 35 | <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
|
38 | 36 | </after>
|
39 |
| - <actionGroup ref="EnablePaylaterPaypalStandardActionGroup" stepKey="enablePaypalStandard"> |
40 |
| - </actionGroup> |
| 37 | + <actionGroup ref="EnablePaylaterPaypalStandardActionGroup" stepKey="enablePaypalStandard"/> |
41 | 38 | <!-- Reindex and cache flush -->
|
42 | 39 | <magentoCLI command="indexer:reindex" stepKey="performReindex"/>
|
43 | 40 | <magentoCLI command="cache:flush" stepKey="cleanCache"/>
|
|
52 | 49 | <!--Validate Paylater Message On Storefront Category Page-->
|
53 | 50 | <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFrontPage"/>
|
54 | 51 | <waitForPageLoad stepKey="waitForItemPage"/>
|
55 |
| - <waitForElementClickable selector="{{PayPalStandardConfigSection.categoryClick}}" stepKey="waitForCategryToBeClickable"/> |
56 |
| - <click selector ="{{PayPalStandardConfigSection.categoryClick}}" stepKey="clickCatagoryeTab"/> |
| 52 | + <waitForElementClickable selector="{{PayPalStandardConfigSection.categoryClick}}" stepKey="waitForCategoryToBeClickable"/> |
| 53 | + <click selector ="{{PayPalStandardConfigSection.categoryClick}}" stepKey="clickCatagoryTab"/> |
57 | 54 | <waitForPageLoad stepKey="waitForCategoryPageTobeLoaded"/>
|
58 | 55 | <dontSeeElement selector="{{PayPalStandardConfigSection.paypalPaylaterMessage}}" stepKey="verifyPaylaterMessageToBeDisappeared"/>
|
59 | 56 | </test>
|
|
0 commit comments