Skip to content

Paywalls: enable all iOS 17 tests#3325

Merged
NachoSoto merged 2 commits into
paywalls-purchase-completed-transactionfrom
paywalls-ios-17-tests
Oct 24, 2023
Merged

Paywalls: enable all iOS 17 tests#3325
NachoSoto merged 2 commits into
paywalls-purchase-completed-transactionfrom
paywalls-ios-17-tests

Conversation

@NachoSoto

Copy link
Copy Markdown
Contributor

These were failing in some of the earlier Xcode 15 betas, but they all seem to be passing now. PresentIfNeededTests are still not working though. But I just manually verified that these modifiers do work correctly on iOS 17 on an app.

@NachoSoto NachoSoto added the test label Oct 23, 2023
@NachoSoto NachoSoto requested a review from a team October 23, 2023 17:34
Comment on lines -91 to -94
if #available(iOS 17.0, *) {
try XCTSkipIf(true, "This is currently not working on iOS 17")
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Now we'll be running a lot more tests that were disabled on iOS 17.

Comment thread Tests/RevenueCatUITests/PaywallViewEventsTests.swift Outdated

@joshdholtz joshdholtz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

These were failing in some of the earlier Xcode 15 betas, but they all seem to be passing now.
`PresentIfNeededTests` are still not working though. But I just manually verified that these modifiers do work correctly on iOS 17 on an app.
@NachoSoto NachoSoto force-pushed the paywalls-ios-17-tests branch from 1a16a7c to 0b01f29 Compare October 23, 2023 17:38
@codecov

codecov Bot commented Oct 24, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (paywalls-purchase-completed-transaction@d7795f3). Click here to learn what that means.

❗ Current head 0b01f29 differs from pull request most recent head 1eb84ad. Consider uploading reports for the commit 1eb84ad to get more accurate results

Additional details and impacted files
@@                            Coverage Diff                             @@
##             paywalls-purchase-completed-transaction    #3325   +/-   ##
==========================================================================
  Coverage                                           ?   85.96%           
==========================================================================
  Files                                              ?      237           
  Lines                                              ?    17081           
  Branches                                           ?        0           
==========================================================================
  Hits                                               ?    14684           
  Misses                                             ?     2397           
  Partials                                           ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NachoSoto NachoSoto merged commit 9a29ba3 into paywalls-purchase-completed-transaction Oct 24, 2023
@NachoSoto NachoSoto deleted the paywalls-ios-17-tests branch October 24, 2023 00:52
@NachoSoto NachoSoto restored the paywalls-ios-17-tests branch October 24, 2023 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants