Reset Authorization Status for WorkoutKit UITest

Hi!

I'm working on WorkoutKit application and, when I'm running my UI Tests, I added an InterruptionMonitor for the WorkoutScheduler access popup, but the second time I launch the UITests, the Popup does not appear anymore cause the permission is guaranteed.

The only solution that I've dounded is to add the app.resetAuthorizationStatus into the tearDown, but the parameter I should provide to this method, is a XCUIProtectedResource which does not contain any enum case that match with what I'm looking for.

Does someone find a solution for that?

Thanks,

Victor Kπ

Reset Authorization Status for WorkoutKit UITest
 
 
Q