patrol
patrol copied to clipboard
tapOnNotificationBySelector fails on some iOS devices
Steps to reproduce
- Run tap on notification test on device that has not configured faceID dev/e2e_app/integration_test/permissions/notifications_test.dart this test from our repo
Actual results
We do not use "Open" button on notification on physical devices, what is not correct behavior. Because "Open" button is displayed on devices without configured Face ID 😅 Need to figure out how to edit this check to be prepared for both scenarios.
Logs
Logs
<!-- Replace this line with your logs. Do not remove the backticks! -->
Patrol version
Patrol Doctor output
Flutter Doctor output
Flutter Doctor output
<!-- Replace this line with your logs. Do not remove the backticks! -->
after quick research looks like we cant check if someone has faceID enabled. We can change default or do both actions and catch exception. Need to diccuse