File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 13
13
<argument name =" address" />
14
14
</arguments >
15
15
<conditionalClick stepKey =" openShippingDetails" selector =" {{CheckoutCartSummarySection.shippingHeading}}" dependentSelector =" {{CheckoutCartSummarySection.country}}" visible =" false" />
16
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
17
+ <waitForElementVisible selector =" {{CheckoutCartSummarySection.country}}" time =" 30" stepKey =" waitForCountryFieldAppears" />
16
18
<selectOption stepKey =" selectCountry" selector =" {{CheckoutCartSummarySection.country}}" userInput =" {{address.country}}" />
17
19
<selectOption stepKey =" selectStateProvince" selector =" {{CheckoutCartSummarySection.stateProvince}}" userInput =" {{address.state}}" />
18
20
<fillField stepKey =" fillPostCode" selector =" {{CheckoutCartSummarySection.postcode}}" userInput =" {{address.postcode}}" />
Original file line number Diff line number Diff line change 68
68
<argument name =" address" value =" US_Address_Utah" />
69
69
</actionGroup >
70
70
<scrollTo selector =" {{StorefrontProductPageSection.orderTotal}}" x =" 0" y =" -80" stepKey =" scrollToOrderTotal" />
71
+ <waitForElementVisible selector =" {{StorefrontProductPageSection.subTotal}}" time =" 30" stepKey =" waitSubtotalAppears" />
71
72
<see selector =" {{StorefrontProductPageSection.subTotal}}" userInput =" $100.00" stepKey =" seeSubTotal" />
73
+ <waitForElementVisible selector =" {{StorefrontProductPageSection.shipping}}" time =" 30" stepKey =" waitShippingAppears" />
72
74
<see selector =" {{StorefrontProductPageSection.shipping}}" userInput =" $5.00" stepKey =" seeShipping" />
73
75
<dontSee selector =" {{StorefrontProductPageSection.tax}}" stepKey =" dontSeeAssertTaxAmount" />
74
76
<see selector =" {{StorefrontProductPageSection.orderTotal}}" userInput =" $105.00" stepKey =" seeAssertOrderTotal" />
You can’t perform that action at this time.
0 commit comments