Skip to content

Commit

Permalink
unskip lens dashboard tests (elastic#118308)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored and kibanamachine committed Nov 12, 2021
1 parent c0014b5 commit dfa47df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x-pack/test/functional/apps/lens/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await find.clickByButtonText('lnsXYvis');
await dashboardAddPanel.closeAddPanel();
await PageObjects.lens.goToTimeRange();
await clickInChart(6, 5); // hardcoded position of bar, depends heavy on data and charts implementation
await retry.try(async () => {
await clickInChart(6, 5); // hardcoded position of bar, depends heavy on data and charts implementation
await testSubjects.existOrFail('applyFiltersPopoverButton');
});

await retry.try(async () => {
await testSubjects.click('applyFiltersPopoverButton');
Expand Down

0 comments on commit dfa47df

Please sign in to comment.