fix: add @axe-core/playwright to devDependencies; remove duplicate ITALY_URL constant

This commit is contained in:
2026-06-21 16:18:10 +02:00
parent 508fcbdbe8
commit f00f48c40c
3 changed files with 28 additions and 5 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
"test:ui": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.48.0"
"@playwright/test": "^1.48.0",
"@axe-core/playwright": "^4.11.3"
}
}