kiwi
This commit is contained in:
2
kiwi/tests/kiwi.cookie.spec.ts
Normal file
2
kiwi/tests/kiwi.cookie.spec.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import { test } from "@playwright/test";
|
||||
test
|
10
kiwi/tests/kiwi.spec.ts
Normal file
10
kiwi/tests/kiwi.spec.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('potvrzeni cookie', async ({ page }) => {
|
||||
await page.goto('https://www.kiwi.com/cz');
|
||||
await page.locator('[data-test="CookiesPopup-Accept"]').click();
|
||||
await page.locator("//*[@id='HomePage']/div[2]/div[2]/div[2]/div[1]/div[2]/div[2]/a").click();
|
||||
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user