Skip to content

Commit 48f95f4

Browse files
committed
Merge branch 'MC-6411' into 'MC-18826'
MC-18826: Increase test coverage for Cart & Checkout and Order Processing functional areas See merge request magn-m23/magn-m23!1727
2 parents f3bba70 + 2fee234 commit 48f95f4

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderSelectShippingMethodActionGroup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminOrderSelectShippingMethodActionGroup">
12+
<annotations>
13+
<description>Select Shipping method from admin order page.</description>
14+
</annotations>
1215
<arguments>
1316
<argument name="methodTitle" type="string" defaultValue="flatrate"/>
1417
<argument name="methodName" type="string" defaultValue="fixed"/>

app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<selectOption selector="{{AdminShippingMethodTableRatesSection.carriersTableRateActive}}" userInput="{{status}}" stepKey="changeTableRatesMethodStatus"/>
1919
</actionGroup>
2020
<actionGroup name="AdminImportFileTableRatesShippingMethodActionGroup">
21+
<annotations>
22+
<description>Import a file in Table Rates tab in Shipping Method config page.</description>
23+
</annotations>
2124
<arguments>
2225
<argument name="file" type="string" defaultValue="test_tablerates.csv"/>
2326
</arguments>

app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateOrderCustomStoreShippingMethodTableRatesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<test name="AdminCreateOrderCustomStoreShippingMethodTableRatesTest">
1212
<annotations>
1313
<features value="Shipping"/>
14-
<stories value="Shipping method Table Rates settings gets from wrong store"/>
14+
<stories value="Shipping method Table Rates"/>
1515
<title value="Create order on second store with shipping method Table Rates"/>
1616
<description value="Create order on second store with shipping method Table Rates"/>
1717
<severity value="MAJOR"/>

app/code/Magento/Store/Test/Mftf/ActionGroup/AdminWebsitePageActionGroup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminGoCreatedWebsitePageActionGroup">
12+
<annotations>
13+
<description>Filter website name in grid and go first found website page</description>
14+
</annotations>
1215
<arguments>
1316
<argument name="websiteName" type="string" defaultValue="SecondWebsite"/>
1417
</arguments>

0 commit comments

Comments
 (0)