File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
app/code/Magento/Bundle/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8686
8787 <actionGroup ref =" StorefrontCartPageOpenActionGroup" stepKey =" goToCart" />
8888
89- <see selector =" {{StorefrontBundledSection.nthItemOptionsValue('1')}}" userInput =" 1 x $$SimpleProduct1.name$$ $10.00" stepKey =" seeOptionValue1" />
90- <see selector =" {{StorefrontBundledSection.nthItemOptionsValue('2')}}" userInput =" 1 x $$SimpleProduct2.name$$ $15.00" stepKey =" seeOptionValue2" />
89+ <waitForText selector =" {{StorefrontBundledSection.nthItemOptionsValue('1')}}" userInput =" 1 x $$SimpleProduct1.name$$ $10.00" stepKey =" seeOptionValue1" />
90+ <waitForText selector =" {{StorefrontBundledSection.nthItemOptionsValue('2')}}" userInput =" 1 x $$SimpleProduct2.name$$ $15.00" stepKey =" seeOptionValue2" />
9191
9292 <openNewTab stepKey =" openNewTab" />
9393
115115 </actionGroup >
116116
117117 <click stepKey =" clickEdit" selector =" {{CheckoutCartProductSection.nthEditButton('1')}}" />
118-
118+ < waitForElementClickable selector = " {{StorefrontProductInfoMainSection.updateCart}} " stepKey = " waitForUpdateCartButtonClickable " />
119119 <click selector =" {{StorefrontProductInfoMainSection.updateCart}}" stepKey =" clickUpdateCartButton" />
120-
120+ < waitForElementClickable selector = " {{CheckoutCartSummarySection.proceedToCheckout}} " stepKey = " waitForProceedToCheckoutClickable " />
121121 <click selector =" {{CheckoutCartSummarySection.proceedToCheckout}}" stepKey =" clickProceedToCheckout" />
122122
123- <see selector =" {{CheckoutHeaderSection.shippingMethodStep}}" userInput =" Shipping" stepKey =" checkShippingHeader" />
123+ <waitForText selector =" {{CheckoutHeaderSection.shippingMethodStep}}" userInput =" Shipping" stepKey =" checkShippingHeader" />
124124
125125 </test >
126126</tests >
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ tests/functional/Magento/_generated
88vendor /*
99mftf.log
1010/.credentials.example
11+ /.credentials
1112/utils /
You can’t perform that action at this time.
0 commit comments