Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
-
- <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
- <actionGroup name="StorefrontCheckoutSelectPaypalPaymentMethodActionGroup">
- <annotations>
- <description>Select Paypal payment method on onepage checkout</description>
- </annotations>
- <arguments>
- <argument name="paymentMethod" defaultValue="{{StorefrontPaypalCheckoutSection.creditCard}}" type="string"/>
- </arguments>
- <click selector="{{paymentMethod}}" stepKey="selectPaypalPaymentMethod"/>
- <waitForPageLoad stepKey="waitForPaypalFormLoad"/>
- <scrollTo selector="{{paymentMethod}}" stepKey="scrollToCreditCardSection"/>
- </actionGroup>
- </actionGroups>
|