Skip to content

Commit

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

Change the default screenshot compare size for the metricbeat dashboard.
  • Loading branch information
marius-dr authored Nov 7, 2024
1 parent a35f9ce commit c5df736
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 c5df736

Please sign in to comment.