Skip to content

Commit

Permalink
fix: update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jan 7, 2025
1 parent 7b3769a commit 4bdfcec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/tests/screencaps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ colorSchemes.forEach((colorScheme) => {
test.describe(`Color scheme: ${colorScheme}`, () => {
test.use({ colorScheme: colorScheme });

test('overview page shows overview', async ({ page }) => {
test('overview page shows overview', async ({ page, request }) => {
await clearState(page, request);

await page.goto('/login');

await page.fill('input[name="username"]', 'admin');
Expand Down
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 4bdfcec

Please sign in to comment.