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 1313 <argument name =" address" />
1414 </arguments >
1515 <conditionalClick stepKey =" openShippingDetails" selector =" {{CheckoutCartSummarySection.shippingHeading}}" dependentSelector =" {{CheckoutCartSummarySection.country}}" visible =" false" />
16+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
17+ <waitForElementVisible selector =" {{CheckoutCartSummarySection.country}}" time =" 30" stepKey =" waitForCountryFieldAppears" />
1618 <selectOption stepKey =" selectCountry" selector =" {{CheckoutCartSummarySection.country}}" userInput =" {{address.country}}" />
1719 <selectOption stepKey =" selectStateProvince" selector =" {{CheckoutCartSummarySection.stateProvince}}" userInput =" {{address.state}}" />
1820 <fillField stepKey =" fillPostCode" selector =" {{CheckoutCartSummarySection.postcode}}" userInput =" {{address.postcode}}" />
Original file line number Diff line number Diff line change 6868 <argument name =" address" value =" US_Address_Utah" />
6969 </actionGroup >
7070 <scrollTo selector =" {{StorefrontProductPageSection.orderTotal}}" x =" 0" y =" -80" stepKey =" scrollToOrderTotal" />
71+ <waitForElementVisible selector =" {{StorefrontProductPageSection.subTotal}}" time =" 30" stepKey =" waitSubtotalAppears" />
7172 <see selector =" {{StorefrontProductPageSection.subTotal}}" userInput =" $100.00" stepKey =" seeSubTotal" />
73+ <waitForElementVisible selector =" {{StorefrontProductPageSection.shipping}}" time =" 30" stepKey =" waitShippingAppears" />
7274 <see selector =" {{StorefrontProductPageSection.shipping}}" userInput =" $5.00" stepKey =" seeShipping" />
7375 <dontSee selector =" {{StorefrontProductPageSection.tax}}" stepKey =" dontSeeAssertTaxAmount" />
7476 <see selector =" {{StorefrontProductPageSection.orderTotal}}" userInput =" $105.00" stepKey =" seeAssertOrderTotal" />
You can’t perform that action at this time.
0 commit comments