refactor: standardize test IDs in E2E testing
CI / Backend CI (pull_request) Successful in 1m8s
CI / Generate Certificates (pull_request) Successful in 29s
CI / Frontend CI (pull_request) Successful in 1m7s
CI / E2E Tests (pull_request) Successful in 6m14s

This commit is contained in:
me
2026-05-06 23:20:04 +05:30
parent e8d589d06d
commit ddf62cd565
10 changed files with 138 additions and 133 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ async function registerAndLogin(
await page.goto(activationLink);
await expect(page.getByText(/account activated/i)).toBeVisible();
await expect(page.getByTestId("activation-success-header")).toBeVisible();
await page.getByTestId("start-writing-btn").click();
// Dismiss the Welcom Modal and Perform Login