Add more e2e tests (#299)

* Add inbox tests

* Add tasks e2e tests

* Add projects e2e tests

* Add area e2e tests

* Add note e2e tests

* Add tags e2e tests
This commit is contained in:
Chris 2025-09-05 11:07:05 +03:00 committed by GitHub
parent 699a118bb6
commit 7d34694c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1018 additions and 0 deletions

4
.gitignore vendored
View file

@ -38,3 +38,7 @@ public/assets/
# Webpack cache
.webpack/
# Playwright test results
test-results/
.last-run.json