* feat: implement drag and drop
* chore: fix scroll to top when insert database at the bottom
* chore: fix scroll
* chore: lint
* fix: test
* fix: shift + left rigit selection
* chore: add test
* chore: fix test
* test: drag and drop image
* chore: selector
* chore: update test with selector
* fix: test
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>