mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[DOCS] Refresh cases table screenshot (#174871)](https://github.com/elastic/kibana/pull/174871) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-01-16T15:18:33Z","message":"[DOCS] Refresh cases table screenshot (#174871)","sha":"5d55ab930c820e26142c56602f8a4f9f73ffda79","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","Feature:Cases","v8.12.1","v8.13.0"],"title":"[DOCS] Refresh cases table screenshot","number":174871,"url":"https://github.com/elastic/kibana/pull/174871","mergeCommit":{"message":"[DOCS] Refresh cases table screenshot (#174871)","sha":"5d55ab930c820e26142c56602f8a4f9f73ffda79"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174871","number":174871,"mergeCommit":{"message":"[DOCS] Refresh cases table screenshot (#174871)","sha":"5d55ab930c820e26142c56602f8a4f9f73ffda79"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
691cb6ce26
commit
5ffc3311e1
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 157 KiB |
|
@ -16,7 +16,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
describe('list view', function () {
|
||||
it('cases list screenshot', async () => {
|
||||
await cases.navigation.navigateToApp();
|
||||
await commonScreenshots.takeScreenshot('cases', screenshotDirectories, 1400, 1024);
|
||||
await commonScreenshots.takeScreenshot('cases', screenshotDirectories, 1500, 1080);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue