Skip to content

Commit 3bbbe11

Browse files
fix(a11y): focus order not working (#6569)
* feat: installed react-native-a11y-order * chore: remove a11yFlow module * feat: use react-native-a11y-order instead of A11yFlowModule * fix: snapshots * fix: snapshot test * fix: maestro input focus * fix: unit tests * fix: unit tests * fix: e2e tests * fix: e2e tests
1 parent 4c77add commit 3bbbe11

File tree

18 files changed

+234
-226
lines changed

18 files changed

+234
-226
lines changed

.maestro/helpers/login.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ onFlowStart:
1919
- tapOn:
2020
id: login-view-email
2121
- inputText: ${USERNAME || output.createdUser.email}
22-
- hideKeyboard
22+
- pressKey: enter
2323
- tapOn:
2424
id: login-view-password
2525
- inputText: ${PASSWORD || output.createdUser.password}

.maestro/onboarding/login/invalid-credentials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ onFlowEnd:
1212
- tapOn:
1313
id: 'login-view-email'
1414
- inputText: 'someusername'
15-
- hideKeyboard
15+
- pressKey: enter
1616
- tapOn:
1717
id: 'login-view-password'
1818
- inputText: 'NotMyActualPassword'

.maestro/onboarding/login/login.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ onFlowComplete:
1313
- tapOn:
1414
id: 'login-view-email'
1515
- inputText: ${output.createdUser.email}
16-
- hideKeyboard
16+
- pressKey: enter
1717
- tapOn:
1818
id: 'login-view-password'
1919
- inputText: ${output.createdUser.password}

app/containers/A11yFlow/A11yContainer/A11yContainer.ios.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/containers/A11yFlow/A11yContainer/A11yContainer.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/containers/A11yFlow/A11yElement/A11yElement.ios.tsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

app/containers/A11yFlow/A11yElement/A11yElement.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/containers/A11yFlow/A11yFlowModule/index.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/containers/A11yFlow/contexts/useAccessibilityOrder.tsx

Lines changed: 0 additions & 53 deletions
This file was deleted.

app/containers/A11yFlow/index.tsx

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)