-
Notifications
You must be signed in to change notification settings - Fork 32
[e2e] Fix TIP test #7533
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
[e2e] Fix TIP test #7533
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7533 +/- ##
==========================================
- Coverage 87.48% 87.47% -0.02%
==========================================
Files 1742 1742
Lines 67432 67432
Branches 1144 1144
==========================================
- Hits 58990 58983 -7
- Misses 8121 8128 +7
Partials 321 321
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|



What do these changes do?
The current wait-for-Run-Optimization doesn't work, either because the expected websocket message doesn't reach the frontend or something else.
In this PR we go back to the wait-to-the-button-go-green approach.
Related issue/s
How to test
Dev-ops checklist