| Current Path : /home/rtorresani/www/vendor/magento/module-backend/Test/Mftf/Test/ |
| Current File : //home/rtorresani/www/vendor/magento/module-backend/Test/Mftf/Test/AdminLoginSuccessfulTest.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminLoginSuccessfulTest">
<annotations>
<features value="Backend"/>
<stories value="Login on the Admin Login page"/>
<title value="Admin should be able to log into the Magento Admin backend successfully"/>
<description value="Admin should be able to log into the Magento Admin backend successfully"/>
<severity value="CRITICAL"/>
<testCaseId value="MAGETWO-71572"/>
<group value="example"/>
<group value="login"/>
</annotations>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
<actionGroup ref="AssertAdminSuccessLoginActionGroup" stepKey="assertLoggedIn"/>
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
</test>
</tests>