Skip to content
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

[ios,tests] Fix iOS Header with Group #25157

Merged
merged 13 commits into from
Oct 22, 2024
Merged

[ios,tests] Fix iOS Header with Group #25157

merged 13 commits into from
Oct 22, 2024

Conversation

rmarinho
Copy link
Member

@rmarinho rmarinho commented Oct 9, 2024

Description of Change

Fixes issue when we are using a group and also an header or footer. Since both are SupplementaryElement and seems there's only 1 type of ElementKind.
Looking at the indexPath seems the be a way to decide if we are asking for a global header of from a group header of particular section.

  • Add more UITests for Header Footer

@rmarinho rmarinho requested a review from a team as a code owner October 9, 2024 17:03
@rmarinho rmarinho requested review from Eilon and tj-devel709 October 9, 2024 17:03
@rmarinho rmarinho changed the title [tests] Add CV header/footer tests [ios,tests] Fix iOS Header with Group Oct 9, 2024
@jsuarezruiz jsuarezruiz added platform/iOS 🍎 area-controls-collectionview CollectionView, CarouselView, IndicatorView labels Oct 10, 2024
@rmarinho rmarinho changed the base branch from net9.0 to main October 18, 2024 17:19
@@ -15,6 +15,7 @@ public Issue22104(TestDevice testDevice) : base(testDevice)
[Test]
[Category(UITestCategories.CollectionView)]
[FailsOnMac]
[FailsOnIOS]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you include a comment here indicating is failing because a bug? Maybe something like:

[FailsOnIOS("A short description - link to the issue if exists")]

@jsuarezruiz jsuarezruiz self-requested a review October 22, 2024 15:34
@rmarinho rmarinho merged commit c511d78 into main Oct 22, 2024
121 checks passed
@rmarinho rmarinho deleted the new-header-tests branch October 22, 2024 17:33
@jsuarezruiz jsuarezruiz restored the new-header-tests branch October 24, 2024 06:05
@github-actions github-actions bot locked and limited conversation to collaborators Nov 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants