Skip to content

Commit 131a92b

Browse files
committed
Fixed linter fails
1 parent 9ac215e commit 131a92b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui-tests/cypress/lib/dashboard/manage/dataPoints/dataPoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7474
const verifyEmptyPageElements = () => {
7575

ui-tests/cypress/support/elements/dashboard/manage/dataPoints/dataPoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

77
const dataPointsMetricCardElements = (index = 0) => ({
88
APP_NAME_LABEL: 'metric-card-datapoint-app-' + index + '-column-label',

0 commit comments

Comments
 (0)