Skip to content

Commit

Permalink
[QA]Change screenshot size for metricbeat dashboard test (elastic#199378
Browse files Browse the repository at this point in the history
)

## Summary

Change the default screenshot compare size for the metricbeat dashboard.

(cherry picked from commit c5df736)
  • Loading branch information
marius-dr committed Nov 7, 2024
1 parent afb795d commit 686bee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 686bee4

Please sign in to comment.