title test
This commit is contained in:
parent
013c729120
commit
0f7c9b6e26
9
tests/tittle.test.ts
Normal file
9
tests/tittle.test.ts
Normal file
@ -0,0 +1,9 @@
|
||||
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();
|
||||
await expect(page).toHaveTitle("Your Travel Assistant");
|
||||
});
|
Loading…
Reference in New Issue
Block a user