Fixed browser test for privacy page#26879
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe test file for private site functionality was updated to modify how it validates private site access. The test now checks for specific URL path parameters, verifies the visibility of an "Enter access code" link, and validates the presence of an access code entry dialog with an Enter button. The interaction flow was changed to navigate through the access code entry mechanism instead of a direct button click. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ref TryGhost#26762 - privacy pages were updated, but browser tests reference the old flow - this fixes them to use the new flow, whereby the user clicks "Enter access code" and the input and button are visible
ref #26762