Form Submission Test for AI Debug
Manual Test Instructions:
- Open http://localhost:4001/validate in your browser
- Open the browser's Developer Console (F12)
- Enter URL: https://example.com
- Enter acceptance criteria: The page should have a navigation menu. There should be a contact form with name and email fields.
- Click "Start Validation"
- Check if:
- The page refreshes (BAD - indicates LiveView not working)
- The page stays the same and validation starts (GOOD - LiveView working)
- Any errors appear in the console