Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Jun 29, 2021
1 parent ac6c0bc commit 81be1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/lens/formula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'lnsDatatable_metrics > lns-dimensionTrigger',
'lnsDatatable_metrics > lns-empty-dimension'
);
expect(await PageObjects.lens.getDatatableCellText(1, 1)).to.eql('0');
expect(await PageObjects.lens.getDatatableCellText(1, 2)).to.eql('0');
expect(await PageObjects.lens.getDatatableCellText(0, 0)).to.eql('0');
expect(await PageObjects.lens.getDatatableCellText(0, 1)).to.eql('0');
});
});
}

0 comments on commit 81be1bd

Please sign in to comment.