Add data-testid to components for testing

This commit is contained in:
Sung-Hyun Kang
2025-12-10 16:51:09 -06:00
parent 98a21f2fb1
commit bb5d3bfc42
51 changed files with 330 additions and 307 deletions

View File

@@ -14,7 +14,7 @@ export default defineConfig({
trace: "off",
video: "off",
screenshot: "on",
testIdAttribute: "data-test",
testIdAttribute: "data-testid",
contextOptions: {
ignoreHTTPSErrors: true,
},