File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
<argument name =" address" defaultValue =" US_Address_TX" type =" entity" />
14
14
</arguments >
15
15
<conditionalClick selector =" {{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector =" {{CheckoutCartSummarySection.estimateShippingAndTaxSummary}}" visible =" false" stepKey =" openShippingDetails" />
16
- <waitForElementVisible selector =" {{CheckoutCartSummarySection.estimateShippingAndTax }}" stepKey =" waitForSummarySectionLoad" />
16
+ <waitForElementVisible selector =" {{CheckoutCartSummarySection.country }}" stepKey =" waitForSummarySectionLoad" />
17
17
<selectOption selector =" {{CheckoutCartSummarySection.country}}" userInput =" {{address.country_id}}" stepKey =" selectCountry" />
18
18
<selectOption selector =" {{CheckoutCartSummarySection.stateProvince}}" userInput =" {{address.state}}" stepKey =" selectState" />
19
19
<waitForElementVisible selector =" {{CheckoutCartSummarySection.postcode}}" stepKey =" waitForPostCodeVisible" />
You can’t perform that action at this time.
0 commit comments