File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 75
75
<!-- Navigate to shopping cart-->
76
76
<actionGroup ref =" StorefrontCartPageOpenActionGroup" stepKey =" openShoppingCartPageForAssertion" />
77
77
<!-- Click on Paypal paypal button on cart page-->
78
- <actionGroup ref =" SwitchToPayPalGroupBtnActionGroup" stepKey =" clickPayPalBtnFromCartPage" />
78
+ <actionGroup ref =" SwitchToPayPalGroupBtnActionGroup" stepKey =" clickPayPalBtnFromCartPage" >
79
+ <argument name =" elementNumber" value =" 1" />
80
+ </actionGroup >
79
81
<!-- Assert invalid address error from cart page-->
80
82
<actionGroup ref =" StorefrontAssertInvalidAddressErrorActionGroup" stepKey =" assertErrorMessageFromCartPage" >
81
83
<argument name =" invalidAddressError" value =" {{CheckoutCartMessageSection.invalidAddressError}}" />
84
86
<actionGroup ref =" StorefrontOpenMiniCartActionGroup" stepKey =" openMiniCart" />
85
87
<!-- Click on Paypal paypal button on mini cart page-->
86
88
<actionGroup ref =" SwitchToPayPalGroupBtnActionGroup" stepKey =" clickPayPalBtnFromMiniCart" >
87
- <argument name =" elementNumber" value =" 1 " />
89
+ <argument name =" elementNumber" value =" 2 " />
88
90
<argument name =" frameName" value =" myFrame2" />
89
91
</actionGroup >
90
92
<!-- Close Mini Cart-->
You can’t perform that action at this time.
0 commit comments