Add dashboard UX verification

Add a Playwright-based dashboard UX verification script for the Settings page. Covers hash-route nav stability, /goal toggle persistence, single restart confirmation, and serious/critical axe checks.
This commit is contained in:
Eyejoker
2026-05-02 04:00:42 +09:00
committed by GitHub
parent 921d738bb0
commit 7f77327041
5 changed files with 372 additions and 10 deletions

View File

@@ -210,15 +210,7 @@ function SettingsApplyBar({ onRestartStack }: { onRestartStack: () => void }) {
</div>
<button
className="settings-restart"
onClick={() => {
if (
window.confirm(
'스택을 재시작하면 진행 중인 모든 에이전트 작업이 중단됩니다. 진행할까요?',
)
) {
onRestartStack();
}
}}
onClick={onRestartStack}
type="button"
>