10 pre-existing e2e failures in the wider calendar suite (not caused by #62/#65) #68
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#68
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?
Recording these so they are not mistaken for regressions from the #62 / #65 work during hand-testing.
Measured by TestOER at
2df1c8bd(the #65 branch): seven calendar/detail e2e files gave 44 passed / 10 failed / 1 skipped. Running the same failing files atdev(b82bfe9c, before #66) gave the same 10, identical list. So they are pre-existing ondevand independent of both PRs.The two files that actually exercise
CalendarEventModalare green:calendar-creation.test.js10/10 andcalendar-editing.test.js10/10, including #62's three on first attempt.At least one is #39's family
[data-testid="calendar-search-input"] input[type="search"]resolves to 2 elements — the calendar search box and the people filter. That is exactly the stale-selector class #39 was about (selectors written against an older UI that now match twice), so it is likely a quick fix rather than an app bug.The
dialog#event-details-modal never becomes visiblecluster (5 of the 10) is the one worth understanding before touching: it may be a genuine app regression rather than a selector problem, and it is the same shape as the modal issues in #39.Environment notes for whoever picks this up
E2E_PORTnow overrides the hardcoded playwright port — without it a leftovervite previewfrom another worktree gets reused and the run silently tests that tree's build (vitebinds[::1]only, so it reads dead on IPv4 and healthy on IPv6).node_modules/.bin, sopnpm lint/pnpm checkdie withprettier: command not foundand read as a failing lint rather than an unrun one. Prepend the main checkout'snode_modules/.bintoPATH.17002e2e relay only; a17003query looks empty on a perfectly healthy relay.waitForURLflakes as "never published".