-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Border.Shadow hide the collectionView Header/footer -UITest #25960
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
/rebase |
1dbc405
to
c6982c9
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
public void Issue935TestsMultipleOnTappedViewCell() | ||
{ | ||
App.WaitForElement("HeaderLabel"); | ||
VerifyScreenshot(); |
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.
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.
/rebase |
aaab2d4
to
0b8f1cf
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run maui-pr |
No pipelines are associated with this pull request. |
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.
The test HeaderAndFooterShouldBeVisible is failing on all the platforms. After the margin change, need to update the snapshot in all the platforms. Images available in the latest build.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
Does this work fine with CollectionView2 ?
Hi, @rmarinho I was testing it on the sandbox project on the latest main which I think uses cv2, right? |
It depends the time you tested.. but this fix is for CV1 |
I tried on today's main and this is the result for cv1: So it appears the problem is only with the cv1 @rmarinho should I close this PR then? |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
Can we rebase and see how it works with the new container?
@rmarinho yess it works with the new generalWrapperView! But, maybe let's keep the UI test? |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
@rmarinho yea I modified the test a bit and was waiting to re-upload snapshots. It should be green now :) |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@rmarinho I think the tests passed for this issue |
Description of Change
Whenever a view, wrapped inside a wrapper view, has been a direct child of a header or footer element, it either didn't show at all or rendered incorrectly.
Issues Fixed
Fixes #19338