first
This commit is contained in:
8
tests/first.test.ts
Normal file
8
tests/first.test.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { test, expect } from "@playwright/test";
|
||||
import { HomePage } from "../page-objects/HomePage";
|
||||
|
||||
// test odsouhlasení cookies
|
||||
test("TestPage", async ({ page }) => {
|
||||
const homePage = new HomePage(page);
|
||||
await homePage.gotoHome();
|
||||
});
|
Reference in New Issue
Block a user