|
83 | 83 | </actionGroup> |
84 | 84 | <!-- Assert that table rate value is correct for US --> |
85 | 85 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goToCheckout"/> |
| 86 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax"/> |
86 | 87 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateShippingandTax" /> |
87 | 88 | <grabValueFrom selector="{{CheckoutCartSummarySection.shippingPrice}}" stepKey="grabShippingForUS"/> |
88 | 89 | <waitForText selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="$grabShippingForUS" stepKey="seeShippingForUS1"/> |
|
93 | 94 | </actionGroup> |
94 | 95 | <!-- Assert that table rate value is correct for US --> |
95 | 96 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goAgainToCheckout"/> |
| 97 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax1"/> |
96 | 98 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandToEstimateShippingandTax1"/> |
97 | 99 | <grabValueFrom selector="{{CheckoutCartSummarySection.shippingPrice}}" stepKey="grabShippingForUS1"/> |
98 | 100 | <waitForText selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="$grabShippingForUS1" stepKey="seeShippingForUS"/> |
|
108 | 110 | </actionGroup> |
109 | 111 | <!-- Assert that table rate value is correct for US --> |
110 | 112 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="navigateToToCheckout"/> |
| 113 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax2"/> |
111 | 114 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateShippingPrice"/> |
112 | 115 | <grabValueFrom selector="{{CheckoutCartSummarySection.shippingPrice}}" stepKey="grabTableratePrice1"/> |
113 | 116 | <waitForText selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="$grabTableratePrice1" stepKey="seeShippingForUS2"/> |
|
123 | 126 | </actionGroup> |
124 | 127 | <!-- Assert that table rate value is correct for US --> |
125 | 128 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="navigateAgainToToCheckout"/> |
| 129 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax3"/> |
126 | 130 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateShippingPrice1"/> |
127 | 131 | <waitForText selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="$4.99" stepKey="seeShippingForUS3"/> |
128 | 132 | <!-- Assert product details in Mini Cart --> |
|
133 | 137 | </actionGroup> |
134 | 138 | <!-- Assert that table rate value is correct for US --> |
135 | 139 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="navigateAgainToToCheckout1"/> |
| 140 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax4"/> |
136 | 141 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateShippingPrice2"/> |
137 | 142 | <waitForElementNotVisible selector="{{CheckoutCartSummarySection.shippingPrice}}" stepKey="dontSeeShippingPriceForUS"/> |
138 | 143 | <actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openAgainShippingMethodConfigPage"/> |
|
151 | 156 | <argument name="product" value="$$createFirstSimpleProduct$$"/> |
152 | 157 | </actionGroup> |
153 | 158 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goAgainToCheckout3"/> |
| 159 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax5"/> |
154 | 160 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateShippingandTax1" /> |
155 | 161 | <grabValueFrom selector="{{CheckoutCartSummarySection.shippingPrice}}" stepKey="grabAgainTableratePrice"/> |
156 | 162 | <waitForText selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="$grabAgainTableratePrice" stepKey="seeShippingForUS5"/> |
|
160 | 166 | </actionGroup> |
161 | 167 | <!-- Assert that table rate value is correct for US --> |
162 | 168 | <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goAgainToCheckout2"/> |
| 169 | + <waitForElementVisible selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" stepKey="seeEstimateShippingandTax6"/> |
163 | 170 | <conditionalClick selector="{{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector="{{CheckoutCartSummarySection.country}}" visible="false" stepKey="expandEstimateTableRatePrice"/> |
164 | 171 | <waitForText selector="{{CheckoutCartSummarySection.shippingPrice}}" userInput="$4.99" stepKey="seeShippingForUS4"/> |
165 | 172 | </test> |
|
0 commit comments