Skip to content

Commit

Permalink
[DOCS] Refresh cases table screenshot (#174871)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 16, 2024
1 parent c7dad26 commit 5d55ab9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/management/cases/images/cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});
}

0 comments on commit 5d55ab9

Please sign in to comment.