-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
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.
@tonyhallett Thanks for the contribution!. Could you include a sample in https://github.com/xamarin/Xamarin.Forms/tree/5.0.0/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared to validate it?
/azp run |
This comment has been minimized.
This comment has been minimized.
Thank you so much for taking the time to contribute this @tonyhallett ! Like Javier said; if you could add a little sample to demonstrate that would be awesome. This way it's easier for us to verify the fix now and in the future for possible regressions. Thanks! |
I will see if can screenshot and assert pixels. |
If you look at the Control Gallery project there are a lot of pages describing issues. Just a button or anything with a font icon on it that would be not properly aligned before this fix, but is properly aligned now will do :) |
@jfversluis Yes I saw a recent example that just added a control with a radial gradient. Is there snapshot testing occurring from these UI tests ? |
UI tests run through App Center where we have the possibility to look at screenshots yes. Or we run some things manually for manual verification :) |
Should I be creating screenshots ?
but If I ran the test from Visual Studio Test Explorer the
If I add a screenshot is there an automated test that will check future pull requests do not cause a regression ? |
This comment has been minimized.
This comment has been minimized.
That is correct, this will run as a UI test rather than a unit test :) Had a quick look and made some minor adjustments but other than that this seems good! Thanks! |
This comment has been minimized.
This comment has been minimized.
Azure Pipelines successfully started running 1 pipeline(s). |
Description of Change
Correct icon positioning
Issues Resolved
API Changes
None
None
Platforms Affected
Behavioral/Visual Changes
Changes to being correctly positioned
Before/After Screenshots
Cannot do as doing pull request in browser.
Testing Procedure
Cannot test.
PR Checklist