Files
Nathan 8fcd295582 chore: fix calendar, share/publish, move-page, and paste test failures
- Add data-testid attributes to CustomToolbar.tsx (calendar-toolbar,
  calendar-title, calendar-prev/next/today-button)
- Add data-testid to EventPopoverContent.tsx delete button
- Update CalendarSelectors to use data-testids instead of .fc classes
- Fix share/publish strict mode violations by scoping getByText to
  share popover (avoids matching multiple elements)
- Fix move-page-restrictions to use ViewActionSelectors.popover and
  moveToButton testids instead of data-slot selector
- Fix paste-code blockquote assertion to check text content only
- Fix calendar-edit-operations createEventOnCell to use dblclick and
  contenteditable selector
- Fix embedded create-delete to use controls-menu testid
- Fix editor callout to use slash-menu-callout testid
- Fix editor navigate to use BlockSelectors
- Add src/** to build cache key to ensure source changes rebuild
- Skip calendar layout test (non-existent UI elements)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 23:47:49 +08:00
..