Commit 7feab6e
authored
[iOS] Fix duplicated
## Description
This PR fixes duplicated `testID` prop on iOS. Same `accessibilityLabel`
was assigned to both, wrapper and button, therefore frameworks like
`Detox` failed due to multiple elements with the same ID.
Fixes #3698
## Test plan
Tested on branch with e2e tests.testID (#4186)1 parent 3846335 commit 7feab6e
1 file changed
Lines changed: 13 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
363 | 376 | | |
364 | 377 | | |
365 | 378 | | |
| |||
0 commit comments