Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Feb 22, 2021
1 parent 9ea9cbd commit f63276a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/dashboard/dashboard_filtering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

it('tsvb metric is filtered', async () => {
await dashboardExpect.tsvbMetricValuesExist(['- custom template']);
await dashboardExpect.tsvbMetricValuesExist(['0 custom template']);
});

it('tsvb top n is filtered', async () => {
Expand Down Expand Up @@ -168,7 +168,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

it('tsvb metric is filtered', async () => {
await dashboardExpect.tsvbMetricValuesExist(['- custom template']);
await dashboardExpect.tsvbMetricValuesExist(['0 custom template']);
});

it('tsvb top n is filtered', async () => {
Expand Down

0 comments on commit f63276a

Please sign in to comment.