Skip to content

Commit

Permalink
unskip lens dashboard tests (#118308) (#118469)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
  • Loading branch information
kibanamachine and flash1293 committed Nov 12, 2021
1 parent 6088e8b commit 3650ae8
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 3650ae8

Please sign in to comment.