Skip to content

Conversation

@clarmso
Copy link
Collaborator

@clarmso clarmso commented Dec 12, 2025

📜 Tickets

Jira ticket

💡 Description

Cyndi and I confirmed in a hack session that macOS Tahoe makes Apple Intelligence available to the iOS 26.x simulators, but earlier macOS versions does not. My computer has macOS Tahoe installed. This discrepancy causes the tests (Example: ReadingLists) may touch apple intelligence to pass on CI/CD but fails on my computer.

As a workaround, we may disable Apple Intelligence just for XCUITests. Please let me know if there's a better workaround.

Code to reproduce the behaviour: 📜 icon on URL bar for reader mode vs ⚡ icon for shake to summarize

    func testDummy() throws {
        addLaunchArgument(jsonFileName: "defaultEnabledOff", featureName: "apple-summarizer-feature")
        addLaunchArgument(jsonFileName: "defaultEnabledOff", featureName: "hosted-summarizer-feature")
        app.launch()
        navigator.openURL("https://www.mozilla.org")
   }

🎥 Demos

Before After
Simulator Screenshot - iPhone 17 - 2025-12-12 at 17 58 55 Simulator Screenshot - iPhone 17 - 2025-12-12 at 18 00 10
Demo

📝 Checklist

  • I filled in the ticket numbers and a description of my work
  • I updated the PR name to follow our PR naming guidelines
  • I ensured unit tests pass and wrote tests for new code
  • If working on UI, I checked and implemented accessibility (Dynamic Text and VoiceOver)
  • If adding telemetry, I read the data stewardship requirements and will request a data review
  • If adding or modifying strings, I read the guidelines and will request a string review from l10n
  • If needed, I updated documentation and added comments to complex code

@clarmso clarmso requested a review from a team as a code owner December 12, 2025 23:04
@mobiletest-ci-bot
Copy link

Messages
📖 Project coverage: 38.17%

🧹 Tidy commit

Just 1 file(s) touched. Thanks for keeping it clean and review-friendly!

🙌 Friday high-five

Thanks for pushing us across the finish line this week! 🙌

💬 Description craftsman

Great PR description! Reviewers salute you 🫡

✅ Per-file coverage

All changed files meet the threshold of 35.0%.

Client.app: Coverage: 37.11

File Coverage
AppleIntelligenceUtil.swift 93.55%

Generated by 🚫 Danger Swift against 9189a74

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.

3 participants