Skip to content

Commit 48446c6

Browse files
committed
ENGCOM-3161: [Forwardport] #4942 and bundle checkbox bug #18520. Fix functional tests.
1 parent 83eac4e commit 48446c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontEditBundleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<waitForPageLoad stepKey="waitForStorefront2"/>
9696

9797
<!-- Check second one option to choose both of the options on the storefront -->
98-
<click selector="{{StorefrontBundledSection.bundleOption('1','2')}}" stepKey="selectSecondBundleOption2"/>
98+
<click selector="{{StorefrontBundledSection.nthBundledOption('1','2')}}" stepKey="selectSecondBundleOption2"/>
9999

100100
<waitForPageLoad stepKey="waitForPriceUpdate3"/>
101101
<see stepKey="seeDoublePrice" selector="{{StorefrontBundledSection.configuredPrice}}" userInput="2,460.00"/>

0 commit comments

Comments
 (0)