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 2020 <group value =" login" />
2121 </annotations >
2222
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" />
2824 <seeInCurrentUrl url =" {{AdminLoginPage.url}}" stepKey =" seeAdminLoginUrl" />
25+ <actionGroup ref =" logout" stepKey =" logoutFromAdmin" />
2926 </test >
3027</tests >
You can’t perform that action at this time.
0 commit comments