|
16 | 16 | <severity value="CRITICAL"/>
|
17 | 17 | <testCaseId value="AC-5639"/>
|
18 | 18 | <group value="paypalStandard"/>
|
19 |
| - <group value="3rd_party_integration" /> |
20 |
| - <group value="pr_exclude" /> |
21 | 19 | </annotations>
|
22 | 20 | <before>
|
23 | 21 | <createData entity="SimpleSubCategory" stepKey="simpleCategory"/>
|
|
36 | 34 | <actionGroup ref="EnablePaylaterPaypalStandardActionGroup" stepKey="enablePaypalStandard">
|
37 | 35 | </actionGroup>
|
38 | 36 | <!-- Reindex and cache flush -->
|
39 |
| - <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexPage"> |
40 |
| - <argument name="indices" value=""/> |
41 |
| - </actionGroup> |
42 |
| - <actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCachePage"> |
43 |
| - <argument name="tags" value=""/> |
44 |
| - </actionGroup> |
| 37 | + <magentoCLI command="indexer:reindex" stepKey="performReindex"/> |
| 38 | + <magentoCLI command="cache:flush" stepKey="cleanCache"/> |
45 | 39 | <!--Navigate to Storefront-->
|
46 | 40 | <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFront"/>
|
47 | 41 | <waitForPageLoad stepKey="waitForProductPage"/>
|
|
50 | 44 | <waitForPageLoad stepKey="waitForCategrypageTobeLoaded"/>
|
51 | 45 | <waitForElementVisible selector="{{PayPalStandardConfigSection.payPaliFrame}}" stepKey="waitForElement"/>
|
52 | 46 | <switchToIFrame selector="{{PayPalStandardConfigSection.payPaliFrame}}" stepKey="switchToBuyNowPaylaterIFrame"/>
|
53 |
| - <seeElement selector="{{PayPalStandardConfigSection.PaypallaterMessage}}" stepKey="verifyBuyNowPaylaterMessage"/> |
| 47 | + <seeElement selector="{{PayPalStandardConfigSection.paypalPaylaterMessage}}" stepKey="verifyBuyNowPaylaterMessage"/> |
54 | 48 | <switchToIFrame stepKey="switchBackToMainPaypalFrame"/>
|
55 | 49 | <!--Disable Paypal Standard-->
|
56 | 50 | <actionGroup ref="AdminPayPalStandardDisableActionGroup" stepKey="disablePaypalStandard">
|
57 | 51 | </actionGroup>
|
58 | 52 | <!-- Reindex and cache flush -->
|
59 |
| - <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexAdminPage"> |
60 |
| - <argument name="indices" value=""/> |
61 |
| - </actionGroup> |
62 |
| - <actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAdminPage"> |
63 |
| - <argument name="tags" value=""/> |
64 |
| - </actionGroup> |
| 53 | + <magentoCLI command="indexer:reindex" stepKey="performReIndex"/> |
| 54 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
65 | 55 | <!--Validate Paylater Message On Storefront Category Page-->
|
66 | 56 | <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFrontPage"/>
|
67 | 57 | <waitForPageLoad stepKey="waitForItemPage"/>
|
68 | 58 | <waitForElementClickable selector="{{PayPalStandardConfigSection.categoryClick}}" stepKey="waitForCategryToBeClickable"/>
|
69 | 59 | <click selector ="{{PayPalStandardConfigSection.categoryClick}}" stepKey="clickCatagoryeTab"/>
|
70 | 60 | <waitForPageLoad stepKey="waitForCategoryPageTobeLoaded"/>
|
71 |
| - <dontSeeElement selector="{{PayPalStandardConfigSection.PaypallaterMessage}}" stepKey="verifyPaylaterMessageToBeDisappeared"/> |
| 61 | + <dontSeeElement selector="{{PayPalStandardConfigSection.paypalPaylaterMessage}}" stepKey="verifyPaylaterMessageToBeDisappeared"/> |
72 | 62 | </test>
|
73 | 63 | </tests>
|
74 | 64 |
|
|
0 commit comments