chore: web e2e improvements (#7155)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user