Remove unused imports

This commit is contained in:
Matthias 2024-04-25 16:31:34 +02:00
parent 2dcec30f26
commit 7d9e2d038a

View File

@ -1,5 +1,5 @@
import { test, expect } from '@playwright/test';
import { setLoginInfo, defaultMocks, tradeMocks } from './helpers';
import { defaultMocks } from './helpers';
test.describe('Login', () => {
test('Is not logged in', async ({ page }) => {