File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
app/code/Magento/Backend/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 20
20
<group value =" login" />
21
21
</annotations >
22
22
23
- <amOnPage url =" {{AdminLoginPage.url}}" stepKey =" amOnAdminLoginPage" />
24
- <fillField selector =" {{AdminLoginFormSection.username}}" userInput =" {{_ENV.MAGENTO_ADMIN_USERNAME}}" stepKey =" fillUsername" />
25
- <fillField selector =" {{AdminLoginFormSection.password}}" userInput =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" stepKey =" fillPassword" />
26
- <click selector =" {{AdminLoginFormSection.signIn}}" stepKey =" clickOnSignIn" />
27
- <closeAdminNotification stepKey =" closeAdminNotification" />
23
+ <actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
28
24
<seeInCurrentUrl url =" {{AdminLoginPage.url}}" stepKey =" seeAdminLoginUrl" />
25
+ <actionGroup ref =" logout" stepKey =" logoutFromAdmin" />
29
26
</test >
30
27
</tests >
You can’t perform that action at this time.
0 commit comments