[DOCS] Refresh cases table screenshot (#174871)

This commit is contained in:
Lisa Cawley 2024-01-16 07:18:33 -08:00 committed by GitHub
parent c7dad263e2
commit 5d55ab930c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

Before After
Before After

View file

@ -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);
});
});
}