Remove unused import (#10963)

# Objective

- Shorten the import list.

## Solution

- Remove unused import.
This commit is contained in:
Tygyh 2023-12-13 20:03:36 +01:00 committed by GitHub
parent d5e8a199f4
commit 195ae088a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { test, expect, Page } from '@playwright/test';
import { test, expect } from '@playwright/test';
test.beforeEach(async ({ page }) => {
await page.goto('http://localhost:8000/');