Commit ab800ab
committed
fix(ui): fix iOS bottom-sheet accessibility for Maestro E2E tests
Set accessible={false} on BottomSheetModal on iOS. Since v4.6.0,
@gorhom/bottom-sheet defaults accessible={true} which groups all
children into one accessibility element, hiding them from XCUITest
(and Maestro). See github.com/mobile-dev-inc/Maestro/issues/14931 parent acdf0a0 commit ab800ab
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments