fix: update asset for XCode 16 + iOS 26 for InteractiveKeyboard test case#1277
Merged
kirillzyusko merged 1 commit intomainfrom Jan 15, 2026
Merged
Conversation
Contributor
📊 Package size report
|
2 tasks
kirillzyusko
added a commit
that referenced
this pull request
Jan 16, 2026
…case (#1279) ## 📜 Description Updated e2e asset for XCode 16 + iOS 26. ## 💡 Motivation and Context Fixing regression accidentally introduced in #1193 But #1161 fixes the problem 🤞 In #1277 I forgot to change keyboard to English-only layout 😓 "Wow! I've been looking" message must be visible! ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### E2E - update `InteractiveKeyboardIsShown` asset for XCode 16 + iOS 26; ## 🤔 How Has This Been Tested? Tested manually via this PR and locally. ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Updated e2e asset for XCode 16 + iOS 26.
💡 Motivation and Context
Fixing regression accidentally introduced in #1193 But #1161 fixes the problem 🤞
"Wow! I've been looking" message must be visible!
📢 Changelog
E2E
InteractiveKeyboardIsShownasset for XCode 16 + iOS 26;🤔 How Has This Been Tested?
Tested manually via this PR and locally.
📝 Checklist