File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/code/Magento/Multishipping/Test/Mftf
Section/MultishippingSection Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" StorefrontGoCheckoutWithMultipleAddressesActionGroup" >
12
+ <waitForAjaxLoad stepKey =" waitAjaxLoad" />
12
13
<click selector =" {{MultishippingSection.shippingMultipleCheckout}}" stepKey =" clickToMultipleAddressShippingButton" />
14
+ <waitForPageLoad stepKey =" waitForMultipleCheckoutLoad" />
15
+ <seeElement selector =" {{MultishippingSection.pageTitle}}" stepKey =" seeMultipleCheckoutPageTitle" />
13
16
</actionGroup >
14
17
</actionGroups >
Original file line number Diff line number Diff line change 8
8
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
10
<section name =" MultishippingSection" >
11
+ <element name =" pageTitle" type =" text" selector =" //span[text()='Ship to Multiple Addresses']" />
11
12
<element name =" checkoutWithMultipleAddresses" type =" button" selector =" //span[text()='Check Out with Multiple Addresses']" />
12
13
<element name =" shippingMultipleCheckout" type =" button" selector =" .action.multicheckout" />
13
14
<element name =" shippingAddressSelector" type =" select" selector =" //tr[position()={{addressPosition}}]//td[@data-th='Send To']//select" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments