try
Some checks failed
Some checks failed
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { test, expect, Page } from '@playwright/test';
|
||||
|
||||
test('cox can create and delete trip', async ({ page }) => {
|
||||
await page.goto('http://localhost:8000/auth');
|
||||
@ -25,7 +25,7 @@ test('cox can create and delete trip', async ({ page }) => {
|
||||
});
|
||||
|
||||
test.describe('cox can edit trips', () => {
|
||||
let sharedPage;
|
||||
let sharedPage: Page;
|
||||
|
||||
test.beforeEach(async ({ browser }) => {
|
||||
const page = await browser.newPage();
|
||||
|
Reference in New Issue
Block a user