webui: Finish removing aria snapshot testing
diff --git a/webui/package.json b/webui/package.json
index 13535fa..13652f8 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -20,8 +20,7 @@
"build": "go run ../cmd/go2ts -o src/types.ts && tsc",
"watch": "tsc --watch",
"test": "tsc && npm run test:playwright",
- "test:playwright": "playwright test -c playwright-ct.config.ts",
- "update-snapshots": "npm run test:playwright -- --update-snapshots"
+ "test:playwright": "playwright test -c playwright-ct.config.ts"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",