File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/dashboard/manage/dataPoints
support/elements/dashboard/manage/dataPoints Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const verifyStaticElementsOfPage = () => {
6969 labelText : "Change in Data Points" ,
7070 element : dataPointsDataTableElements ( ) . COLUMN_NAME_CHANGE_IN_DATA_POINTS_SORTABLE_ICON ,
7171 } ) ;
72- }
72+ } ;
7373
7474const verifyEmptyPageElements = ( ) => {
7575
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export const dataPointsPageElements = {
22 PAGE_TITLE : 'header-title' ,
33 PAGE_TITLE_TOOLTIP : 'header-title-tooltip' ,
44 TOP_APPLICATIONS_BY_DATA_POINTS_LABEL : 'top-applications-by-data-points-in-the-last-two-hours-label' ,
5- }
5+ } ;
66
77const dataPointsMetricCardElements = ( index = 0 ) => ( {
88 APP_NAME_LABEL : 'metric-card-datapoint-app-' + index + '-column-label' ,
You can’t perform that action at this time.
0 commit comments