Skip to content

Commit 275e63c

Browse files
authored
Merge pull request #2938 from magento-pangolin/2.3-dev-pan-2.3.0
[pangolin] MFTF 2.3.0 version update for CE 2.3
2 parents 0ce7184 + 73c3735 commit 275e63c

File tree

63 files changed

+2766
-2682
lines changed

Some content is hidden

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

63 files changed

+2766
-2682
lines changed

app/code/Magento/Analytics/Test/Mftf/Test/AdminConfigurationEnableDisableAnalyticsTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MAGETWO-66465"/>
1818
<group value="analytics"/>
19-
<!-- MAGETWO-90659 -->
20-
<group value="skip"/>
19+
<skip>
20+
<issueId value="MAGETWO-90659"/>
21+
</skip>
2122
</annotations>
2223
<after>
2324
<amOnPage stepKey="amOnLogoutPage" url="admin/admin/auth/logout/"/>

app/code/Magento/Analytics/Test/Mftf/Test/AdminConfigurationIndustryTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MAGETWO-63898"/>
1919
<group value="analytics"/>
20-
<!-- MAGETWO-90659 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-90659"/>
22+
</skip>
2223
</annotations>
2324

2425
<actionGroup ref="LoginActionGroup" stepKey="loginAsAdmin"/>

app/code/Magento/Analytics/Test/Mftf/Test/AdminConfigurationPermissionTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-82648"/>
1919
<group value="analytics"/>
20-
<!-- MAGETWO-90659 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-90659"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<createData stepKey="noReportUserRole" entity="adminNoReportRole"/>

app/code/Magento/Bundle/Test/Mftf/Data/BundleLinkData.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
1111
<entity name="ApiBundleLink" type="bundle_link">
12-
<var key="sku" entityKey="sku" entityType="product2"/>
1312
<var key="option_id" entityKey="return" entityType="bundle_option"/>
1413
<var key="sku" entityKey="sku" entityType="product"/>
1514
<data key="qty">1</data>

app/code/Magento/Bundle/Test/Mftf/Data/ProductData.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
1111
<entity name="BundleProduct" type="product">
12-
<data key="name" unique="suffix">BundleProduct</data>
1312
<data key="name" unique="suffix">BundleProduct</data>
1413
<data key="name2" unique="suffix">BundleProduct2</data>
1514
<data key="sku" unique="suffix">bundleproduct</data>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-217"/>
1919
<group value="Bundle"/>
20-
<!--Skipped due to MAGETWO-92898-->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-92898"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductPageActionGroup.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@
1313
<argument name="productName"/>
1414
</arguments>
1515
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addToCart"/>
16-
<waitForElementVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAdding}}" stepKey="waitForElementVisibleAddToCartButtonTitleIsAdding"/>
1716
<waitForElementNotVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAdding}}" stepKey="waitForElementNotVisibleAddToCartButtonTitleIsAdding"/>
18-
<waitForElementVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAdded}}" stepKey="waitForElementVisibleAddToCartButtonTitleIsAdded"/>
1917
<waitForElementNotVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAdded}}" stepKey="waitForElementNotVisibleAddToCartButtonTitleIsAdded"/>
20-
<waitForElementVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAddToCart}}" stepKey="waitForElementVisibleAddToCartButtonTitleIsAddToCart"/>
2118
<waitForPageLoad stepKey="waitForPageLoad"/>
2219
<see selector="{{StorefrontMessagesSection.success}}" userInput="You added {{productName}} to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
2320
</actionGroup>

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</section>
6060
<section name="ProductWYSIWYGSection">
6161
<element name="Switcher" type="button" selector="//select[@id='dropdown-switcher']"/>
62-
<element name="v4" type ="button" selector="//select[@id='dropdown-switcher']/option[text()='TinyMCE 4.3.6']" />
62+
<element name="v436" type ="button" selector="//select[@id='dropdown-switcher']/option[text()='TinyMCE 4.3.6']" />
6363
<element name="v3" type ="button" selector="//select[@id='dropdown-switcher']/option[text()='TinyMCE 3.6(Deprecated)']" />
6464
<element name="TinymceDescription3" type ="button" selector="//span[text()='Description']" />
6565
<element name="SaveConfig" type ="button" selector="#save" />

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-194"/>
1919
<group value="Catalog"/>
20-
<!-- Skip because of MAGETWO-92780 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-92780"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<createData entity="productDropDownAttribute" stepKey="attribute"/>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<description value="Admin creates products, creates and manages categories, creates promotions, creates an order, processes an order, processes a return, uses admin grids"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-87014"/>
19-
<!-- Skipped, see: https://jira.corp.magento.com/browse/MQE-891 -->
20-
<group value="skip"/>
19+
<skip>
20+
<issueId value="MQE-891"/>
21+
</skip>
2122
</annotations>
2223
<after>
2324
<actionGroup ref="logout" stepKey="logoutOfAdmin"/>

0 commit comments

Comments
 (0)