File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Backend/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-3
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" timeout = " 30 " />
24
- <actionGroup ref = " LoginActionGroup " stepKey =" loginAsAdmin " />
23
+ <magentoCLI command =" config:set {{MinifyJavaScriptFilesEnableConfigData.path}} {{MinifyJavaScriptFilesEnableConfigData.value}}" stepKey =" enableJsMinification" />
24
+ <magentoCLI command = " cache:clean config " stepKey =" cleanCache " />
25
25
</before >
26
26
<after >
27
27
<magentoCLI command =" config:set {{MinifyJavaScriptFilesDisableConfigData.path}} {{MinifyJavaScriptFilesDisableConfigData.value}}" stepKey =" disableJsMinification" />
28
28
<actionGroup ref =" logout" stepKey =" logout" />
29
29
</after >
30
-
30
+ <actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
31
+ <see userInput =" Dashboard" selector =" {{AdminHeaderSection.pageTitle}}" stepKey =" seeDashboardTitle" />
31
32
<actionGroup ref =" AssertAdminSuccessLoginActionGroup" stepKey =" loggedInSuccessfully" />
32
33
<actionGroup ref =" AssertAdminPageIsNot404ActionGroup" stepKey =" dontSee404Page" />
33
34
</test >
You can’t perform that action at this time.
0 commit comments