Skip to content

Commit f71f123

Browse files
committed
MC-20074: Fix Skipped MFTF Tests From MC-17140: MC-14104, MC-14502, MC-14532
- Added changes to mftf JS test
1 parent 844620f commit f71f123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminLoginAfterJSMinificationTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</annotations>
2222
<before>
2323
<magentoCLI command="config:set {{MinifyJavaScriptFilesEnableConfigData.path}} {{MinifyJavaScriptFilesEnableConfigData.value}}" stepKey="enableJsMinification"/>
24-
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
24+
<actionGroup ref="LoginActionGroup" stepKey="loginAsAdmin"/>
2525
<see userInput="Dashboard" selector="{{AdminHeaderSection.pageTitle}}" stepKey="seeDashboardTitle"/>
2626
</before>
2727
<after>

0 commit comments

Comments
 (0)