Resolve Failed E2E Test Analyze a failed E2E test, fix the underlying issue, and verify the fix. Variables - : $ARGUMENTS - JSON object from /test-e2e command with failed test details Input Format Expects a JSON object from the /test-e2e command: Instructions 1. Analyze the E2E Failure Review the test result: - test name : Which user journey failed - error : The specific step that failed - screenshots : Visual evidence of state before failure Extract key information: - Which step number failed - What was the expected behavior - What actually happened - Visual clues from screenshots 2. Locate…