e2e: calendar-creation/calendar-editing tests broken by FAB and event-menu redesign (stale selectors) #39
Labels
No labels
bug
discussion
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
edufeed/edufeed-app#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All 10 tests in
e2e/calendar-creation.test.jsand 9 ine2e/calendar-editing.test.jscurrently fail on dev — they reference UI that no longer exists:.fab [role="button"]andbutton[data-tip="Create Event"]— the old daisyUI FAB was replaced byGlobalFAB.svelte(main buttonaria-label="Open actions menu", actions inside a create-hub sheet, e.g.aria-label="Create new event")button[aria-label="Manage event"]— the event detail page now shows anEvent menubutton (context menu) insteadDiscovered while verifying #33 (the failures predate that change — the tests never get past the stale selectors).
e2e/amb-creation.test.jsande2e/layout-consistency.test.jsalso reference.faband likely need the same update.Tasks:
npx playwright test calendar-creation calendar-editingand confirm green