-
Notifications
You must be signed in to change notification settings - Fork 5
fix bug in merge_column_levels_transformator #20
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
Conversation
|
@aqlina Reviewed the code.
|
Code Coverage SummaryDiff against mainResults for commit: 640a5e5 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
9378503 to
640a5e5
Compare
Pranith1785
left a comment
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.
Wroking fine as per the changes done
Steps to reproduce:
Scenario 1:
Ouput : The merge levels and label value are not resetting.
Expected: The merge levels and label value will reset.
Output: The app crashes with the error.
Expected: App shouldn't crash and should remove the UI for levels and label.
Scenario 2:
Repeat steps 1 to 3 again.
After rest, click on selected column to choose another column.
Output : The app crashes
Expected: New UI for the selected column should be displayed.