Dev and Test run fixed. New Datepicker. Tests fixed. Message bookmarking fixed.

This commit is contained in:
aodulov
2025-12-18 14:06:45 +02:00
parent e9aec9a65d
commit 3a8f132b91
12 changed files with 347 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
timeout: 60000,
reporter: 'html',
use: {
baseURL: 'http://localhost:3000',
baseURL: 'http://localhost:5173',
trace: 'on-first-retry',
},