-
Notifications
You must be signed in to change notification settings - Fork 45
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
front: stdcm: update simulation progress button design #9786
front: stdcm: update simulation progress button design #9786
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9786 +/- ##
==========================================
+ Coverage 79.84% 79.85% +0.01%
==========================================
Files 1048 1047 -1
Lines 105060 105119 +59
Branches 756 756
==========================================
+ Hits 83887 83946 +59
Misses 21132 21132
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
63db8cf
to
7ce3be2
Compare
@Maymanaf, tagged you so you can check I don't break e2e tests |
There is still an issue which needs to be investigated (probably related to your comment @emersion). When the form is long, the threshold for the position switch isn't good anymore because |
2b6b85d
to
ae13c2f
Compare
Since the E2E tests for LMR run very quickly, I didn't include a check for the simulation progress to avoid flakiness, as the test might fail to detect it. |
Random side note: really not a fan of these manual size computations. Would really prefer if this were just a simple pure CSS |
ae13c2f
to
a8bfcca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
b81faad
to
e8e4f3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and tested
8af599b
to
7a409f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for e2e tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
Currently there is no way to close the tolerance picker modal and it can block the next test action. Add a click on the map to close it before continuing the tests while waiting for the close button to be implemented. Signed-off-by: SharglutDev <p.filimon75@gmail.com>
Signed-off-by: SharglutDev <p.filimon75@gmail.com>
Signed-off-by: SharglutDev <p.filimon75@gmail.com>
Signed-off-by: SharglutDev <p.filimon75@gmail.com>
… in progress Signed-off-by: SharglutDev <p.filimon75@gmail.com>
7a409f7
to
b2e18dc
Compare
close #9677
fix #9322
To test popup behavior :
When launching a simulation, the launch button should fade out while the simulation progress popup should fade in from the bottom.