Skip to content

Commit

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

# Backport

This will backport the following commits from `main` to `8.x`:
- [[QA]Change screenshot size for metricbeat dashboard test
(#199378)](#199378)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Marius
Dragomir","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-07T23:22:34Z","message":"[QA]Change
screenshot size for metricbeat dashboard test (#199378)\n\n##
Summary\r\n\r\nChange the default screenshot compare size for the
metricbeat
dashboard.","sha":"c5df73661dccf44df52ff8bad4b7d4e657c37332","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["test","release_note:skip","test-stack-integration","v9.0.0","backport:version","v8.17.0","v8.16.1"],"title":"[QA]Change
screenshot size for metricbeat dashboard
test","number":199378,"url":"https://github.com/elastic/kibana/pull/199378","mergeCommit":{"message":"[QA]Change
screenshot size for metricbeat dashboard test (#199378)\n\n##
Summary\r\n\r\nChange the default screenshot compare size for the
metricbeat
dashboard.","sha":"c5df73661dccf44df52ff8bad4b7d4e657c37332"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199378","number":199378,"mergeCommit":{"message":"[QA]Change
screenshot size for metricbeat dashboard test (#199378)\n\n##
Summary\r\n\r\nChange the default screenshot compare size for the
metricbeat
dashboard.","sha":"c5df73661dccf44df52ff8bad4b7d4e657c37332"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Marius Dragomir <[email protected]>
  • Loading branch information
kibanamachine and marius-dr authored Nov 8, 2024
1 parent afb795d commit 1bc408d
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 1bc408d

Please sign in to comment.