Skip to content

Commit 7e0f55d

Browse files
committed
refactoring
1 parent acefba2 commit 7e0f55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminDashboardDisplayIsProperActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AssertAdminDashboardDisplayIsProperActionGroup">
11+
<actionGroup name="AssertAdminDashboardDisplayedWithNoErrorsActionGroup">
1212
<annotations>
1313
<description>Checks if Dashboard is displayed properly</description>
1414
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</createData>
6161

6262
<reloadPage stepKey="refreshPage"/>
63-
<actionGroup ref="AssertAdminDashboardDisplayIsProperActionGroup" stepKey="assertAdminDashboardNotBroken"/>
63+
<actionGroup ref="AssertAdminDashboardDisplayedWithNoErrorsActionGroup" stepKey="assertAdminDashboardNotBroken"/>
6464
<grabTextFrom selector="{{AdminDashboardSection.dashboardTotals('Quantity')}}" stepKey="grabQuantityAfter"/>
6565
<assertGreaterThan stepKey="checkQuantityWasChanged">
6666
<actualResult type="const">$grabQuantityAfter</actualResult>

0 commit comments

Comments
 (0)