test: Fix failing ui test#8172
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8172 +/- ##
==========================================
+ Coverage 86.37% 87.36% +0.99%
==========================================
Files 348 348
Lines 53700 53703 +3
==========================================
+ Hits 46384 46919 +535
+ Misses 7316 6784 -532 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Just pushed my fix. I don't much like timeouts in tests but my change replaces the parametrization, which seems wasn't needed. I thought the problem was that selecting the current option didn't close the popup menu correctly, but that's not accurate it seems. |
|
Tried a lot of things to avoid the timeouts. I think it is too quick to click on the next cell when updating, causing a raised condition somewhere. Couldn't see the problem with slowmo 200. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Follow up to #8163 (comment)