Description
UI tests fails when enabling the registration of a push notification token by removing --skipRemoteNotificationRegistration from the passed in feature flags.
Reproduction
Boot up the testing setup as described in the README and remove --skipRemoteNotificationRegistration from any of the UI tests. A alert stating that a timeout occurs appears for the app.
This might be a regression with iOS 26 and the way push notification tokens are handled on the iOS simulator.
Expected behavior
No error alert from either the cloud function nor the application on registration.
Additional context
Screenshot of the alert from a recorded UI test:

Code of Conduct
Description
UI tests fails when enabling the registration of a push notification token by removing
--skipRemoteNotificationRegistrationfrom the passed in feature flags.Reproduction
Boot up the testing setup as described in the README and remove
--skipRemoteNotificationRegistrationfrom any of the UI tests. A alert stating that a timeout occurs appears for the app.This might be a regression with iOS 26 and the way push notification tokens are handled on the iOS simulator.
Expected behavior
No error alert from either the cloud function nor the application on registration.
Additional context
Screenshot of the alert from a recorded UI test:

Code of Conduct