15 Commits

Author SHA1 Message Date
Nathan.fooo
81880f0a41 Implement document drag and drop3 (#178)
* 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
2025-11-27 20:38:55 +08:00
Nathan
87c5c2f10e chore: replace cy.task log 2025-11-17 12:35:52 +08:00
Nathan
3fc1975a9d chore: organize test 2025-11-17 12:12:56 +08:00
weidong fu
a4105cc684 fix: Fix e2e test page deletion verification logic
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>
2025-09-03 20:11:17 +08:00
annie
3870a0d9ca chore: lint 2025-09-03 16:13:44 +08:00
annie
24d46493a4 chore: fix test 2025-09-03 15:50:57 +08:00
annie
d989edac40 chore: fix test 2025-09-03 15:15:18 +08:00
annie
639026b4ae chre: data id 2025-09-02 21:11:08 +08:00
annie
7cd5f32c96 chore: fix login 2025-09-02 14:12:19 +08:00
annie
be717114d7 Merge branch 'main' into e2e_test 2025-09-02 12:09:21 +08:00
Nathan
335a31f56c chore: fix test 2025-08-27 13:53:56 +08:00
Nathan
4da65fb0c5 chore: update 2025-08-18 14:40:08 +08:00
Nathan
cfeb82f90a chore: page more action 2025-08-17 16:29:44 +08:00
Nathan
bc9f0b0874 test: edit page 2025-08-15 10:38:15 +08:00
Nathan
cca63877ff test: add page create and then delete 2025-08-15 10:38:15 +08:00