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