Post not yet marked as solved
Post marked as unsolved with 0 replies, 171 views
The problem
On iOS 15 was changed the view for notifications on the Notification center.
All tried operations with XCUITest are not working to expand it by force touch.
Environment
Xcode 13.3;
iOS 15.4;
iPhone 8 simulator;
macOS Monterey 12.2.1.
Details
For example, we received any notification in the notification center.
Manually we can expand it by force touch ( NB! Should be on: Simulator->I/O -> Touch pressures -> Use trackpad force).
But there are no any ways to do this by XCUITest methods.
Seem like not enough press is performed for all of them.
Could this issue be fixed somehow?