Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 617 Bytes

known-issues.md

File metadata and controls

9 lines (5 loc) · 617 Bytes

Known Issues

  • EarlGrey cannot interact with system permission dialogs. We plan to implement this in the EarlGrey APIs, but in the meantime we recommend that you use other means to dismiss system permission dialogs in your test code.

  • EarlGrey cannot run with Address Sanitizer, as it interferes with synchronization.

  • EarlGrey does not currently support 3D-Touch gestures introduced with iPhone 6s.

  • You can find a complete list of issues on GitHub Issues