Skip to content

Commit

Permalink
clear filters to avoid maps but elastic#64861
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Sep 22, 2021
1 parent f6605d9 commit 9d64d6d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export default function ({ getPageObjects, getService }) {
const hasJoinFilter = await filterBar.hasFilter('runtime_shape_name', 'charlie');
expect(hasJoinFilter).to.be(true);
});

after(async () => {
// Remove all filters so that when loading the dashboard again, the geo shape is still present. Related to #64861
await filterBar.removeAllFilters();
});
});

describe('panel actions', () => {
Expand Down

0 comments on commit 9d64d6d

Please sign in to comment.