The test was incorrectly identifying "Untitled" pages as the created test page
after deletion, causing false failures in GitHub Actions.
Changes:
- Track the actual created page name (could be test name or "Untitled")
- Use the tracked name for deletion instead of pattern matching
- Verify deletion using the exact created page name
- Remove overly broad pattern matching that included any "Untitled" page
This fixes the test failure where default pages like "To-dos" and "Untitled"
were incorrectly considered as the test page after deletion.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>