- Update component spec pattern from 'cypress/**/*.cy.{ts,tsx}' to 'cypress/components/**/*.cy.{ts,tsx}'
- Add dummy component test to ensure CI doesn't fail when no component tests exist
- This fixes the 'Can't run because no spec files were found' error in CI
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
The test was incorrectly identifying "Untitled" pages as the created test page
after deletion, causing false failures in GitHub Actions.
Changes:
- Track the actual created page name (could be test name or "Untitled")
- Use the tracked name for deletion instead of pattern matching
- Verify deletion using the exact created page name
- Remove overly broad pattern matching that included any "Untitled" page
This fixes the test failure where default pages like "To-dos" and "Untitled"
were incorrectly considered as the test page after deletion.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: support drag row
* chore: support drag column
* chore: modified board virtual list
* chore: support drag board column
* chore: support drag card
* chore: support fix grid header
* chore: support fix board header
* chore: disabled drag and drop on readonly
* chore: adjust padding start and end on document
* chore: support new row
* chore: support create view
* chore: hide or show the property
* chore: lint
* chore: add card at the top
* chore: support text cell editing
* chore: support swicth property type and checkbox editing
* chore: support number cell editing
* chore: support select cell editing
* chore: support date cell editing
* chore: support relation and checklist
* chore: support calculation
* chore: support filters and sorts
* chore: support edit row modal
* chore: support files&media
* chore: pull origin main
* chore: modified border width
* chore: fixed some issues
* chore: modified active cell style
* chore: add switch language to AI Translate
* chore: modified upload color
* chore: support board group
* chore: support board
* chore: update database filter and board column components
* chore: update download
* chore: update components and pages, optimize UI and functionality
* chore: update component and update key bind
* chore: update filters
* chore: add copy button to date cell
* chore: board
* chore: replace some old token to new one
* chore: add hidden item menu
* chore: show the checkbox on card
* chore: adjust resize row
* chore: update sorts
* chore: fix issues of database on document
* chore: fix checkbox data
* chore: modified test