mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
a35f9ced3a
commit
c5df73661d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue