File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
app/code/Magento/Backend/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 20
20
<group value =" mtf_migrated" />
21
21
</annotations >
22
22
<before >
23
- <magentoCLI command =" config:set {{MinifyJavaScriptFilesEnableConfigData.path}} {{MinifyJavaScriptFilesEnableConfigData.value}}" stepKey =" enableJsMinification" />
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" />
28
- <see userInput =" Dashboard" selector =" {{AdminHeaderSection.pageTitle}}" stepKey =" seeDashboardTitle" />
23
+ <magentoCLI command =" config:set {{MinifyJavaScriptFilesEnableConfigData.path}} {{MinifyJavaScriptFilesEnableConfigData.value}}" stepKey =" enableJsMinification" timeout =" 30" />
24
+ <actionGroup ref =" LoginActionGroup" stepKey =" loginAsAdmin" />
29
25
</before >
30
26
<after >
31
27
<magentoCLI command =" config:set {{MinifyJavaScriptFilesDisableConfigData.path}} {{MinifyJavaScriptFilesDisableConfigData.value}}" stepKey =" disableJsMinification" />
You can’t perform that action at this time.
0 commit comments