Skip to content

Commit

Permalink
dismiss telemetry banner for ems_test (#88096) (#88162)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
marius-dr and kibanamachine authored Jan 20, 2021
1 parent 4d67c5b commit bd39988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/stack_functional_integration/apps/maps/_maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ export default function ({
}: FtrProviderContext & { updateBaselines: boolean }) {
const screenshot = getService('screenshots');
const browser = getService('browser');
const find = getService('find');
const PageObjects = getPageObjects(['maps']);

describe('check Elastic Maps Server', function () {
before(async function () {
await PageObjects.maps.loadSavedMap('EMS Test');
await find.clickByButtonText('Dismiss');
await browser.setScreenshotSize(1000, 1000);
});

Expand Down

0 comments on commit bd39988

Please sign in to comment.