Skip to content

Commit 4077dae

Browse files
shashikant.kumarshanthi
authored andcommitted
remove duplicate action group
1 parent ccff810 commit 4077dae

File tree

3 files changed

+4
-53
lines changed

3 files changed

+4
-53
lines changed

app/code/Magento/Multishipping/Test/Mftf/ActionGroup/AdminCreateThreeConfigurationsForConfigurableProductActionGroup.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

app/code/Magento/Multishipping/Test/Mftf/Section/MultishippingSection/MultishippingSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<element name="removeItemButton" type="button" selector="//a[contains(@title, 'Remove Item')][{{var}}]" parameterized="true"/>
2020
<element name="back" type="button" selector=".action.back"/>
2121
<element name="addressSection" type="text" selector="//div[@class='block-title']/strong[text()='Address {{var}} ']" parameterized="true"/>
22-
<element name="FlatRateCharge" type="text" selector="//span[@class='price' and text()='${{price}}']/../../label[contains(text(),'Fixed')]" parameterized="true"/>
22+
<element name="flatRateCharge" type="text" selector="//span[@class='price' and text()='${{price}}']/../../label[contains(text(),'Fixed')]" parameterized="true"/>
2323
</section>
2424
</sections>

app/code/Magento/Multishipping/Test/Mftf/Test/MultishipmentCheckoutWithDifferentProductTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@
346346
<seeElement selector="{{MultishippingSection.addressSection('2')}}" stepKey="secondAddressSection"/>
347347
<seeElement selector="{{MultishippingSection.addressSection('3')}}" stepKey="thirdAddressSection"/>
348348
<!--verify flat rate charge for all three section-->
349-
<seeElement selector="{{MultishippingSection.FlatRateCharge('10.00')}}" stepKey="verifyFirstFlatRateAmount"/>
350-
<seeElement selector="{{MultishippingSection.FlatRateCharge('15.00')}}" stepKey="verifySecondFlatRateAmount"/>
351-
<seeElement selector="{{MultishippingSection.FlatRateCharge('30.00')}}" stepKey="verifyThirdFlatRateAmount"/>
349+
<seeElement selector="{{MultishippingSection.flatRateCharge('10.00')}}" stepKey="verifyFirstFlatRateAmount"/>
350+
<seeElement selector="{{MultishippingSection.flatRateCharge('15.00')}}" stepKey="verifySecondFlatRateAmount"/>
351+
<seeElement selector="{{MultishippingSection.flatRateCharge('30.00')}}" stepKey="verifyThirdFlatRateAmount"/>
352352
<!-- Click On Continue to Billing-->
353353
<click selector="{{StorefrontMultishippingCheckoutShippingToolbarSection.continueToBilling}}" stepKey="clickContinueToBilling"/>
354354
<waitForPageLoad stepKey="waitForCheckoutShippingToolbarPageLoad"/>

0 commit comments

Comments
 (0)