[CI] Await the example button before tapping it in Argent flows - #4482
[CI] Await the example button before tapping it in Argent flows#4482j-piasecki wants to merge 1 commit into
Conversation
## Description The search results may not be rendered yet when the flow taps the example button right after typing into the search field. Await the button in every flow before tapping it. ## Test plan Run the flows in `.argent/flows` and check that they pass.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughFive Argent test flows now wait for their searched example to become visible before tapping it. ChangesExample search flow synchronization
Merge Risk: ⚪ Minimal · up to The updated CI flows wait for searched examples to render before opening them, reducing timing-related test failures. No current merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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
The search results may not be rendered yet when the flow taps the example button right after typing into the search field. Await the button in every flow before tapping it.
Test plan
Run the flows in
.argent/flowsand check that they pass.