Skip to content

Commit bba6a43

Browse files
committed
MQE-2123: fix errors reported by the annotation static check
1 parent 594f1a8 commit bba6a43

File tree

49 files changed

+68
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+68
-7
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminPersistentShoppingCartSettingsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<title value="Admin should be able to manage persistent shopping cart settings"/>
1616
<description value="Admin should be able to enable persistent shopping cart in Magento Admin backend and see additional options"/>
1717
<group value="backend"/>
18+
<severity value="MAJOR"/>
1819
</annotations>
1920

2021
<before>

app/code/Magento/Backend/Test/Mftf/Test/AdminRedirectToAdminPanelOnLogoClickFromWizardPageTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<stories value="Navigate to dashboard from Setup Wizard Page"/>
1515
<title value="Navigate to dashboard after click on logo on Setup Wizard Page"/>
1616
<description value="Check navigate to dashboard after click on logo on Setup Wizard Page"/>
17+
<severity value="MAJOR"/>
1718
</annotations>
1819
<before>
1920
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>

app/code/Magento/BundleImportExport/Test/Mftf/Test/UpdateBundleProductViaImportTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="UpdateBundleProductViaImportTest">
1212
<annotations>
13+
<stories value="Update Bundle product via import"/>
1314
<features value="Import/Export"/>
1415
<title value="Update Bundle product via import"/>
1516
<description

app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckMediaRolesForFirstAddedImageViaApiTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="Login as admin, create simple product, add image to created product (via API).Go to
1616
Admin Product Edit page for created product to check that added image has selected image roles."/>
1717
<group value="catalog"/>
18+
<severity value="MAJOR"/>
1819
</annotations>
1920
<before>
2021
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckNewCategoryLevelAddedViaApiTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
Check category level for child category entity based on parent level.
1717
Check category tree: parent element has child element. "/>
1818
<group value="catalog"/>
19+
<severity value="MAJOR"/>
1920
</annotations>
2021
<before>
2122
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckProductListPriceAttributesTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="Login as admin, create simple product, add cost, special price. Go to Admin
1616
Product List page filter grid by created product, add mentioned columns to grid, check values."/>
1717
<group value="catalog"/>
18+
<severity value="MAJOR"/>
1819
</annotations>
1920
<before>
2021
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>

app/code/Magento/Catalog/Test/Mftf/Test/StoreFrontSimpleProductWithSpecialAndTierDiscountPriceTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<test name="StoreFrontSimpleProductWithSpecialAndTierDiscountPriceTest">
1111
<annotations>
1212
<features value="Catalog"/>
13+
<stories value="Apply discount tier price and custom price values for simple product"/>
1314
<title value="Apply discount tier price and custom price values for simple product"/>
1415
<description value="Apply discount tier price and custom price values for simple product"/>
1516
<severity value="MAJOR"/>

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontConfigurableOptionsThumbImagesTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
associated simple products. Add few images for products, check the fotorama thumbnail images
1717
(visible and active) for each selected option for the configurable product"/>
1818
<group value="catalog"/>
19+
<severity value="MAJOR"/>
1920
</annotations>
2021
<before>
2122
<!-- Login as Admin -->

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontSelectedByQueryParamsConfigurableOptionsThumbImagesTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
associated simple products. Add few images for products, check the fotorama thumbnail images
1919
(visible and active) for each option for the configurable product using product URL with params
2020
to selected needed option."/>
21+
<severity value="MAJOR"/>
2122
<group value="catalog"/>
2223
</annotations>
2324

app/code/Magento/CatalogRule/Test/Mftf/Test/ApplyCatalogRuleForSimpleProductWithCustomOptionsTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<annotations>
1212
<features value="CatalogRule"/>
1313
<stories value="Apply catalog price rule"/>
14-
<title value="Admin should be able to apply the catalog price rule for simple product with custom options"/>
15-
<description value="Admin should be able to apply the catalog price rule for simple product with custom options"/>
14+
<title value="Admin should be able to apply the catalog price rule for simple product with 3 custom options"/>
15+
<description value="Admin should be able to apply the catalog price rule for simple product with 3 custom options"/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="MC-14769"/>
1818
<group value="CatalogRule"/>

0 commit comments

Comments
 (0)