Closed ikerreyes closed 4 months ago
/retest
Attention: Patch coverage is 3.84615%
with 25 lines
in your changes missing coverage. Please review.
Project coverage is 7.69%. Comparing base (
d6fd289
) to head (014f683
).
Files | Patch % | Lines |
---|---|---|
src/Components/Modals/DisableRule.cy.js | 0.00% | 25 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/retest
:tada: This PR is included in version 1.43.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The modal to disable clusters was not waiting for an async operation to complete. Thus, follow up actions (getting the fresh data from backend) were triggered before all changes were submitted. As such,the view was not consistent.
Test for this have been added.
Fixes RHINENG-10897
The test added here require a revisit, as the implementation is not the best one. I have tried something more elaborated, but did not work as expected. Advice will be appreciated.