Skip to content

Commit f93f4ff

Browse files
committed
ACQE-8211: Validate admin dashboard for most viewed products and Disabled Charts.
- Added waitForElementClickable step in test file
1 parent 489ed0f commit f93f4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminVerifyMostViewProductsAndDisabledChartInDashBoardTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<actionGroup ref="AdminVerifyProductDetailsInDashboardActionGroup" stepKey="adminAssertProductDetails4">
108108
<argument name="productName" value="$$createThirdProduct.name$$"/>
109109
<argument name="productPrice" value="$$createThirdProduct.price$$"/>
110-
<argument name="productViews" value="1/>
110+
<argument name="productViews" value="1"/>
111111
</actionGroup>
112112
<!--Step 7: Disable charts on dashboard by default -->
113113
<waitForElementVisible selector="{{AdminDashboardSection.dashboardChart(AdminMenuDashboard.message)}}" stepKey="waitForChartsToBeVisibleAsDisabled"/>

0 commit comments

Comments
 (0)