mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
chore: web e2e improvements (#7155)
This commit is contained in:
parent
67b1675850
commit
a24f3805c9
5 changed files with 19 additions and 17 deletions
e2e/specs
|
@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
|
|||
import { app } from '../test-utils';
|
||||
|
||||
test.describe('Registration', () => {
|
||||
test.beforeAll(async () => {
|
||||
test.beforeEach(async () => {
|
||||
await app.reset();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue