File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Backend/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 21
21
</annotations >
22
22
<before >
23
23
<magentoCLI command =" config:set {{MinifyJavaScriptFilesEnableConfigData.path}} {{MinifyJavaScriptFilesEnableConfigData.value}}" stepKey =" enableJsMinification" />
24
- <actionGroup ref =" LoginActionGroup" stepKey =" loginAsAdmin" />
24
+ <amOnPage url =" {{_ENV.MAGENTO_BACKEND_NAME}}" stepKey =" navigateToAdminPage" />
25
+ <fillField userInput =" {{_ENV.MAGENTO_ADMIN_USERNAME}}" selector =" {{AdminLoginFormSection.username}}" stepKey =" fillUsernameOnLoginPage" />
26
+ <fillField userInput =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" selector =" {{AdminLoginFormSection.password}}" stepKey =" fillPasswordOnPage" />
27
+ <click selector =" {{AdminLoginFormSection.signIn}}" stepKey =" clickAdminLogin" />
25
28
<see userInput =" Dashboard" selector =" {{AdminHeaderSection.pageTitle}}" stepKey =" seeDashboardTitle" />
26
29
</before >
27
30
<after >
You can’t perform that action at this time.
0 commit comments