Skip to content

Commit fbc625c

Browse files
committed
ACQE-6496:Configuration for paypal pay later on Category page
Correction In Title On AdminConfigPaymentsStandardTest
1 parent 9b558c9 commit fbc625c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigPaymentsStandardTest.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@
1111
<annotations>
1212
<features value="PayPal"/>
1313
<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"/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-5639"/>
18-
1918
</annotations>
2019
<before>
2120
<createData entity="SimpleSubCategory" stepKey="simpleCategory"/>
2221
<createData entity="SimpleProduct" stepKey="simpleProduct">
2322
<requiredEntity createDataKey="simpleCategory"/>
2423
</createData>
25-
2624
<!-- Login -->
2725
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2826
<!--Config PayPal Standard-->
@@ -36,8 +34,7 @@
3634
<deleteData createDataKey="simpleCategory" stepKey="deleteCategory"/>
3735
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3836
</after>
39-
<actionGroup ref="EnablePaylaterPaypalStandardActionGroup" stepKey="enablePaypalStandard">
40-
</actionGroup>
37+
<actionGroup ref="EnablePaylaterPaypalStandardActionGroup" stepKey="enablePaypalStandard"/>
4138
<!-- Reindex and cache flush -->
4239
<magentoCLI command="indexer:reindex" stepKey="performReindex"/>
4340
<magentoCLI command="cache:flush" stepKey="cleanCache"/>
@@ -52,8 +49,8 @@
5249
<!--Validate Paylater Message On Storefront Category Page-->
5350
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFrontPage"/>
5451
<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"/>
5754
<waitForPageLoad stepKey="waitForCategoryPageTobeLoaded"/>
5855
<dontSeeElement selector="{{PayPalStandardConfigSection.paypalPaylaterMessage}}" stepKey="verifyPaylaterMessageToBeDisappeared"/>
5956
</test>

0 commit comments

Comments
 (0)