We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844620f commit f71f123Copy full SHA for f71f123
app/code/Magento/Backend/Test/Mftf/Test/AdminLoginAfterJSMinificationTest.xml
@@ -21,7 +21,7 @@
21
</annotations>
22
<before>
23
<magentoCLI command="config:set {{MinifyJavaScriptFilesEnableConfigData.path}} {{MinifyJavaScriptFilesEnableConfigData.value}}" stepKey="enableJsMinification"/>
24
- <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
+ <actionGroup ref="LoginActionGroup" stepKey="loginAsAdmin"/>
25
<see userInput="Dashboard" selector="{{AdminHeaderSection.pageTitle}}" stepKey="seeDashboardTitle"/>
26
</before>
27
<after>
0 commit comments