Skip to content

Commit

Permalink
fix type error in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Dec 16, 2020
1 parent 1e750f0 commit 57ed86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/dashboard/expectations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export function DashboardExpectProvider({ getService, getPageObjects }: FtrProvi
});
}

async dataTableNoResult(expectedCount: number) {
async dataTableNoResult() {
log.debug(`DashboardExpect.dataTableNoResult`);
await retry.try(async () => {
await PageObjects.visChart.getTableVisNoResult();
Expand Down

0 comments on commit 57ed86d

Please sign in to comment.