dismiss telemetry banner for ems_test (#88096)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Marius Dragomir 2021-01-13 10:29:16 +01:00 committed by GitHub
parent 1f131b250f
commit a98052bc72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
});