-
Notifications
You must be signed in to change notification settings - Fork 41
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
test: improve navigation test wait conditions #724
test: improve navigation test wait conditions #724
Conversation
- Use waitFor with state conditions instead of timeouts - Follow Playwright best practices for web-first assertions - Improve table visibility check function Co-Authored-By: hirotaka.miyagi@route06.co.jp <hirotaka.miyagi@route06.co.jp>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Closing in favor of PR #722 which contains the same improvements. |
Improve Navigation Test Wait Conditions
Changes
waitFor
with state conditions instead of timeoutsTesting
Link to Devin run: https://app.devin.ai/sessions/12478b8452a54838aa8bffe1ef9dccd7
Requested by: hirotaka.miyagi@route06.co.jp