Commit Graph

50 Commits

Author SHA1 Message Date
Abhimanyu Saharan
b35980618d test(e2e): switch board task spec to local auth 2026-02-25 02:40:54 +05:30
Abhimanyu Saharan
be18072d52 Merge origin/master into hana/e2e-boards-gap-analysis 2026-02-25 02:26:46 +05:30
Abhimanyu Saharan
e3404d8590 feat: implement local authentication flow and update related tests 2026-02-25 02:24:51 +05:30
Abhimanyu Saharan
1045267d4c feat: add groupSnapshot alias and handle hydration mismatch in E2E tests 2026-02-25 01:39:04 +05:30
Abhimanyu Saharan
c6dedc93b3 feat: enhance task editing and loading states in board tasks and boards list tests 2026-02-25 01:29:04 +05:30
Abhimanyu Saharan
efd792569c Merge branch 'master' into hana/e2e-boards-gap-analysis 2026-02-14 03:14:08 +05:30
Abhimanyu Saharan
df12116673 test(e2e): accept enriched task title or fallback in activity feed 2026-02-12 20:38:24 +00:00
Abhimanyu Saharan
f329bc167a test(e2e): stub /activity bootstrap so activityList request fires 2026-02-12 14:42:25 +00:00
Abhimanyu Saharan
4a6f77eed3 test(e2e): select New task button by aria-label 2026-02-12 14:18:25 +00:00
Abhimanyu Saharan
584dac1855 test(e2e): cover task status update + delete (stubbed) 2026-02-12 14:18:25 +00:00
Abhimanyu Saharan
ea7a5df1ae test(e2e): add boards list + board task flows (stubbed) 2026-02-12 14:18:25 +00:00
Abhimanyu Saharan
eb3dbfa50b test(e2e): ignore flaky Clerk hydration mismatch on /sign-in 2026-02-12 14:15:41 +00:00
Abhimanyu Saharan
70530dadd5 test(e2e): relax /activity error-state assertion 2026-02-12 14:15:41 +00:00
Abhimanyu Saharan
494ab324ec test(e2e): intercept absolute /api/v1/activity and wait longer 2026-02-12 14:15:31 +00:00
Abhimanyu Saharan
60c7024085 test(e2e): make activity_feed assertions deterministic 2026-02-12 14:14:47 +00:00
Abhimanyu Saharan
3da4a69b7e test(e2e): update /activity feed stubs for new /api/v1/activity 2026-02-12 14:14:47 +00:00
Abhimanyu Saharan
10f12bd4a0 test(e2e): assert signed-out redirect on /activity 2026-02-12 11:21:53 +00:00
Abhimanyu Saharan
7903dc129c test(e2e): stabilize activity feed + Clerk helper timeouts 2026-02-12 11:08:51 +00:00
Abhimanyu Saharan
10ea95678b feat: implement global loading indicators and refactor activity feed tests 2026-02-12 01:19:04 +05:30
Abhimanyu Saharan
0f48d201dd test(e2e): reduce Clerk sign-in flake in activity feed spec 2026-02-11 13:24:19 +00:00
Maya
73f428e44b tests: make /organization story role-agnostic 2026-02-08 17:41:40 +00:00
Maya
42bd48b827 tests: create org via OrgSwitcher combobox selector 2026-02-08 17:41:40 +00:00
Maya
435adabec0 tests: make org stories deterministic via org creation 2026-02-08 17:41:40 +00:00
Maya
6acf79ba8d tests: assert org invite disabled for non-admin 2026-02-08 17:41:40 +00:00
Maya
698e6fab60 tests: cover PR #61 org invite flow 2026-02-08 17:41:40 +00:00
Kunal
dde0c1e27d test(e2e): register Clerk Cypress commands via addClerkCommands 2026-02-08 15:06:06 +00:00
Kunal
d9570a0531 test(e2e): import Clerk Cypress support commands 2026-02-08 14:58:48 +00:00
Kunal
bd9ee7883a test(e2e): migrate Cypress auth to @clerk/testing commands 2026-02-08 14:52:03 +00:00
Kunal
76dc011459 cypress: handle Clerk verification method step before OTP 2026-02-08 14:32:12 +00:00
Kunal
ca5c5a2eea cypress: decide Clerk OTP step origin after email submit 2026-02-08 14:17:18 +00:00
Kunal
cb7d09f330 e2e: activity feed tests login first to avoid cross-origin redirect flake 2026-02-08 14:11:14 +00:00
Kunal
6a3aae8a8c e2e: /activity smoke expects redirect to sign-in when signed out 2026-02-08 14:05:55 +00:00
Kunal
28ad695340 e2e: expect /activity to redirect to sign-in when signed out 2026-02-08 14:05:55 +00:00
Ishaan (OpenClaw)
7896cfcdc6 Fix Cypress Clerk OTP helper for same-origin SignIn 2026-02-08 13:52:17 +00:00
Kunal
81a4135347 fix(e2e): provide Clerk test creds + derive origin from publishable key 2026-02-07 19:16:47 +00:00
abhi1693
d860298046 E2E: derive Clerk origin from publishable key; default test creds 2026-02-07 19:15:02 +00:00
abhi1693
8a2f792541 E2E: add /sign-in redirect; use it in Clerk Cypress login helper 2026-02-07 19:06:47 +00:00
Kunal
f44f715e62 test(e2e): reuse shared cy.loginWithClerkOtp helper 2026-02-07 17:57:49 +00:00
Riya
6645b49a7c Merge master into kunal/remove-e2e-auth-bypass 2026-02-07 17:48:03 +00:00
Kunal
9eb6162771 fix(e2e): wrap Clerk redirect-origin interactions in cy.origin 2026-02-07 17:40:29 +00:00
Riya
8f08a8e9dc test(e2e): add Clerk OTP login helper (cy.origin) 2026-02-07 17:33:52 +00:00
abhi1693
b82845aa42 E2E: use cy.origin for Clerk modal sign-in 2026-02-07 17:33:09 +00:00
abhi1693
ecee7ecaf5 E2E: remove Clerk bypass and sign in via Clerk in Cypress 2026-02-07 17:32:39 +00:00
Kunal
c4a5d8dd48 test(e2e): add negative auth case (wrong OTP) 2026-02-07 17:31:42 +00:00
Kunal
ac1c90c742 e2e: remove auth bypass; use real Clerk sign-in in Cypress 2026-02-07 17:31:37 +00:00
Riya
709cd07a72 test(e2e): make activity_feed spec compatible with signed-out CI 2026-02-07 17:17:45 +00:00
Riya
8a88b33805 chore: resolve package-lock conflict 2026-02-07 17:12:14 +00:00
Kunal
df732518f3 fix(e2e): add scoped Cypress typings for .cy.ts 2026-02-07 16:45:42 +00:00
Kunal
0f9d040792 test(e2e): stubbed /activity feed scenarios (auth bypass) 2026-02-07 16:29:14 +00:00
Riya
94dd8e439d test(e2e): add Cypress scaffold + CI job 2026-02-07 16:01:13 +00:00