test: add database views E2E tests, fix E2E helper timeouts
Add E2E Playwright tests for database views feature:
- Kanban view: dialog, column grouping, cards, close button
- Gallery view: card grid rendering
- Calendar view: month sections, date grouping
- Pivot table: create/edit/delete with row field selection
Fix E2E helpers: use simple click-then-wait pattern instead of
Promise.all for async createDocument flow, increase timeouts
to 30s for navigation after fetch+redirect.
Resolves #302