Skip to content

Commit

Permalink
Merge pull request magento#5771 from magento-pangolin/3.0.0-RC4
Browse files Browse the repository at this point in the history
[Pangolins] MFTF 3.0.0 RC4
  • Loading branch information
jilu1 authored Jun 9, 2020
2 parents b3d318d + bca4024 commit bb176b8
Show file tree
Hide file tree
Showing 8 changed files with 212 additions and 524 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<stories value="Use Advanced Search"/>
<title value="Unable negative price use to advanced search"/>
<description value="Check unable negative price use to advanced search by price from and price to"/>
<severity value="MAJOR"/>
</annotations>
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStorefront"/>
<actionGroup ref="StorefrontOpenAdvancedSearchActionGroup" stepKey="openAdvancedSearch"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<stories value="Delete a CMS Page via the Admin"/>
<title value="Admin should be able to delete CMS Pages"/>
<description value="Admin should be able to delete CMS Pages"/>
<severity value="CRITICAL"/>
<group value="Cms"/>
<group value="WYSIWYGDisabled"/>
</annotations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontCreateOrdersWithMoveJSCodeBottomTest">
<annotations>
<stories value="Create a product and orders with set 'Move Js code to the bottom' to 'Yes'."/>
<title value="Create a product and orders with set 'Move Js code to the bottom' to 'Yes'."/>
<description value="Create a product and orders with a set 'Move JS code to the bottom of the page' to 'Yes' for registered customers and guests."/>
<severity value="MAJOR"/>
</annotations>
<before>
<magentoCLI command="config:set {{StorefrontEnableMoveJsCodeBottom.path}} {{StorefrontEnableMoveJsCodeBottom.value}}" stepKey="moveJsCodeBottomEnable"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<testCaseId value="MC-14382" />
<group value="security"/>
<group value="mtf_migrated"/>
<!-- skip due to MQE-1964 -->
<group value="skip"/>
</annotations>
<before>
<!-- Log in to Admin Panel -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<testCaseId value="MC-14384" />
<group value="security"/>
<group value="mtf_migrated"/>
<!-- skip due to MQE-1964 -->
<group value="skip"/>
</annotations>
<before>
<!-- Log in to Admin Panel -->
Expand All @@ -41,7 +39,7 @@
<argument name="message" value="The password entered for the current user is invalid. Verify the password and try again." />
<argument name="messageType" value="error" />
</actionGroup>

<actionGroup ref="AdminFillUserRoleFormActionGroup" stepKey="fillFieldSecondAttempt">
<argument name="role" value="roleAdministrator" />
<argument name="currentAdminPassword" value="{{_ENV.MAGENTO_ADMIN_PASSWORD}}INVALID" />
Expand Down
5 changes: 3 additions & 2 deletions app/code/Magento/User/Test/Mftf/Test/AdminUpdateUserTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
<description value="Change full access role for admin user to custom one with restricted permission (Sales)"/>
<group value="user"/>
<group value="mtf_migrated"/>
<!-- skip due to MQE-1964 -->
<group value="skip"/>
<skip>
<issueId value="MQE-1964"/>
</skip>
</annotations>

<before>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"friendsofphp/php-cs-fixer": "~2.16.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento-coding-standard": "*",
"magento/magento2-functional-testing-framework": "dev-3.0.0-RC3",
"magento/magento2-functional-testing-framework": "3.0.0-RC4",
"pdepend/pdepend": "~2.7.1",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.8.0",
Expand Down
Loading

0 comments on commit bb176b8

Please sign in to comment.