We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e39870 + a7aea83 commit 6635229Copy full SHA for 6635229
app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml renamed to app/code/Magento/User/Test/Mftf/ActionGroup/LoginNewUserActionGroup.xml
@@ -5,10 +5,8 @@
5
* See COPYING.txt for license details.
6
*/
7
-->
8
-<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10
- <!--Login New User-->
11
- <actionGroup name="LoginNewUser">
+<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
+ <actionGroup name="LoginNewUserActionGroup" deprecated="Use AdminLoginActionGroup instead">
12
<annotations>
13
<description>Goes to the Backend Admin Login page. Fill Username and Password. Click on Sign In.</description>
14
</annotations>
0 commit comments