mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Stack Functional Integration] Change screenshot compare resolution (#154018)
## Summary This changes the compare resolution for the Metricbeat dashboard visual compare tests in order to remove the vertical scroll bar influencing the results. Various OSs used in testing have different scroll bar behaviors and widths.
This commit is contained in:
parent
04b2d316b2
commit
102aadf0d2
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, 1337);
|
||||
await browser.setScreenshotSize(1000, 1937);
|
||||
await PageObjects.common.sleep(2000);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue