Skip to content

Commit

Permalink
wait for filter retries
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Aug 11, 2022
1 parent b2951f3 commit c0b59be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/lens/group3/metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const title = '93.28.27.24';
await clickMetric(title);

retry.try(async () => {
await retry.try(async () => {
const labels = await filterBar.getFiltersLabel();
expect(labels.length).to.be(1);
expect(labels[0]).to.be(`ip: ${title}`);
Expand Down

0 comments on commit c0b59be

Please sign in to comment.