-
Notifications
You must be signed in to change notification settings - Fork 100
feat:Added visual tests for KIcon #1035
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
Thanks @AadarshM07! This is looking great! :D Just a little change - could you assign a width and height values to the snapshot so it doesnt look so wide, and the icon doesnt look so small? Just like in the attached examples of KButton. Also, in your first screenshot it seems that this is capturing an undefined error. Could you please dive a little bit into why is this error appearing? Thanks! |
Hey @AlexVelezLl , |
Percy Visual Test ResultsPercy Dashboard: View Detailed Report Environment:
Instructions for Reviewers:
|
Thanks @AadarshM07! It seems we found a bug in our KIcon fallback logic 😄. Could you include this little fix here too? We need to update this line to: if (this.selectedIcon.fixedColor && this.color) { That means, updating the |
Hey @AlexVelezLl , Apologies, I think I forgot to pull the latest commits before pushing my changes. That might have caused the workflow to fail ? |
I have resolved the failing lint workflow. |
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.
Thanks @AadarshM07! LGTM!
Description
Added visual testing script for KIcon . This covers visual tests for the following snapshots :
Issue addressed
Closes #1008
screenshots
The following are snapshots from percy
Changelog
Testing checklist
Reviewer guidance
Comments