[QA]Change screenshot size for metricbeat dashboard test (#199378)

## Summary

Change the default screenshot compare size for the metricbeat dashboard.
This commit is contained in:
Marius Dragomir 2024-11-08 00:22:34 +01:00 committed by GitHub
parent a35f9ced3a
commit c5df73661d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ export default function ({
await PageObjects.common.dismissBanner();
await PageObjects.dashboard.waitForRenderComplete();
await PageObjects.common.sleep(2000);
await browser.setScreenshotSize(1000, 1937);
await browser.setScreenshotSize(1400, 1937);
await PageObjects.common.sleep(2000);
});