actionGroupCell Y coordinates are corrupted. The overlay for 'Save to Files' doesn't expose no valid id's for testability.

I am using Maestro framework for testing iOS.

For our tests we need to save pdf's to files. When opening the 'QLOverlayDefaultActionButtonAccessibilityIdentifier' the buttons on the overlay are way off, the coordinates got corrupted.

When opening the files app, the next screen has no coordinates for testing. I checked with xcode inspector and the same issue persists.

You might want to check in with the makers of the testing framework you’re using. To me, this looks like the registration of the rectangles being drawn by your testing framework don't match the positions of items on the screen. The framework may be having trouble finding those items with the APIs it is using.

actionGroupCell Y coordinates are corrupted. The overlay for 'Save to Files' doesn't expose no valid id's for testability.
 
 
Q