patrol icon indicating copy to clipboard operation
patrol copied to clipboard

tapOnNotificationBySelector fails on some iOS devices

Open Kendru98 opened this issue 5 months ago • 1 comments

Steps to reproduce

  1. 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! -->

Kendru98 avatar Jul 24 '25 12:07 Kendru98

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

Kendru98 avatar Aug 08 '25 11:08 Kendru98