-
Couldn't load subscription status.
- Fork 47
Add timeouts to quickstart tests to avoid failures #1398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe pull request addresses a failing Doc Detective test by adding 10-second timeout parameters to UI interaction steps in the quick-start.adoc specification file. Specifically, timeouts are added to three login-related steps and the broker overview "View" button interaction steps. These timeouts allow the test framework to wait up to 10 seconds for elements to become available before attempting interaction, replacing reliance on immediate element detection. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes The change is a straightforward parameter addition across a single file with no logic modifications, new features, or structural changes. All updates follow an identical pattern of adding the same timeout value to existing step definitions, making this a homogeneous, low-complexity change with minimal risk. Pre-merge checks and finishing touches✅ Passed checks (5 passed)
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 |
Description
Resolves #1397
In CI, it sometimes takes a bit longer for the page to load after logging in. This PR increases the default timeout of 5000 to 10000 to give the page time to load.
Page previews
Checks