Skip to content

Commit

Permalink
test: compact testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Sep 17, 2024
1 parent ebb6017 commit 0c21819
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/core/src/tests/event-list/event-list.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,20 @@ regressionTest.describe('event-list', () => {
await page.keyboard.press('Tab');
expect(await page.screenshot({ fullPage: true })).toMatchSnapshot();
});

regressionTest('outline compact', async ({ page }) => {
await page.goto('event-list/compact');
await page.keyboard.press('Tab');
await page.keyboard.press('Tab');
await page.keyboard.press('Tab');
expect(await page.screenshot({ fullPage: true })).toMatchSnapshot();
});

regressionTest('outline compact selected', async ({ page }) => {
await page.goto('event-list/compact');
await page.keyboard.press('Tab');
await page.keyboard.press('Tab');
await page.keyboard.press('Tab');
expect(await page.screenshot({ fullPage: true })).toMatchSnapshot();
});
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c21819

Please sign in to comment.