Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Hotel committed Jan 21, 2021
1 parent acefba2 commit 7e0f55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<actionGroup name="AssertAdminDashboardDisplayIsProperActionGroup">
<actionGroup name="AssertAdminDashboardDisplayedWithNoErrorsActionGroup">
<annotations>
<description>Checks if Dashboard is displayed properly</description>
</annotations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</createData>

<reloadPage stepKey="refreshPage"/>
<actionGroup ref="AssertAdminDashboardDisplayIsProperActionGroup" stepKey="assertAdminDashboardNotBroken"/>
<actionGroup ref="AssertAdminDashboardDisplayedWithNoErrorsActionGroup" stepKey="assertAdminDashboardNotBroken"/>
<grabTextFrom selector="{{AdminDashboardSection.dashboardTotals('Quantity')}}" stepKey="grabQuantityAfter"/>
<assertGreaterThan stepKey="checkQuantityWasChanged">
<actualResult type="const">$grabQuantityAfter</actualResult>
Expand Down

0 comments on commit 7e0f55d

Please sign in to comment.