Remove unused import (#10963)
# Objective - Shorten the import list. ## Solution - Remove unused import.
This commit is contained in:
parent
d5e8a199f4
commit
195ae088a6
@ -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/');
|
||||
|
Loading…
Reference in New Issue
Block a user