These tests are failing in the latest bluehost release branch. Testing these seem fine, and referring to the cypress cloud videos, the tests step through and into the help-center properly, but the close button is not found when a click is attempted. I think the help is just taking a minute to load in the test but the test doesn't account for that.
use more specific targets for the close button
add timeout to the get method, hopefully it will be enough time to render the button
Proposed changes
Type of Change
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation Update (if none of the other choices apply)
These tests are failing in the latest bluehost release branch. Testing these seem fine, and referring to the cypress cloud videos, the tests step through and into the help-center properly, but the close button is not found when a click is attempted. I think the help is just taking a minute to load in the test but the test doesn't account for that.
Proposed changes
Type of Change
Video
Checklist
Further comments