Fix E2E: associate labels with inputs via htmlFor/id; increase test timeouts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9959ce90e6
commit
25f7d35e03
2 changed files with 10 additions and 3 deletions
|
|
@ -123,6 +123,8 @@ function mockKomootGpx(page: Page, tourId: string) {
|
|||
}
|
||||
|
||||
test.describe("Komoot connection page", () => {
|
||||
test.setTimeout(60000);
|
||||
|
||||
test("unauthenticated user is redirected to login", async ({ page }) => {
|
||||
await page.goto("/settings/connections/komoot");
|
||||
await expect(page).toHaveURL(/\/auth\/login/, { timeout: 5000 });
|
||||
|
|
@ -207,6 +209,8 @@ test.describe("Komoot connection page", () => {
|
|||
});
|
||||
|
||||
test.describe("Komoot import page", () => {
|
||||
test.setTimeout(90000);
|
||||
|
||||
test("shows importable public tours after public verify", async ({ page }) => {
|
||||
const cdp = await page.context().newCDPSession(page);
|
||||
const authenticatorId = await setupVirtualAuthenticator(cdp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue