Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions .maestro/US4/AT3viewAccessibilityPath.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
appId: host.exp.exponent
---
- runFlow:
when:
notVisible:
id: "building-selection"
file: ../openLink.yaml
Comment thread
SacciadisG marked this conversation as resolved.
- tapOn:
text: "Search building"
- inputText: "H907"
- tapOn:
id: "end-result-H"
- assertVisible:
id: "rooms-action-button"
- tapOn:
id: "rooms-action-button"
- assertVisible:
id: "SettingsButton"
- tapOn:
id: "SettingsButton"
- assertVisible:
id: "wheelchair-accessibility-toggle"
- tapOn:
id: "wheelchair-accessibility-toggle"
- tapOn:
id: "SettingsButton"
- assertVisible:
id: "indoor-start-room-input"
- tapOn:
id: "indoor-start-room-input"
- inputText: "H101"
- tapOn:
id: "indoor-end-room-input"
- inputText: "H907"
- assertVisible:
id: "indoor-create-path-button"
- tapOn:
id: "indoor-create-path-button"
- assertVisible:
Comment thread
SacciadisG marked this conversation as resolved.
id: "indoor-path-edge-0"
- assertVisible:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
- tapOn:
id: "next-button"
1 change: 1 addition & 0 deletions components/map/indoor-map-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default function MapSettings({
<Switch
value={wheelchairOnly}
onValueChange={setWheelchairOnly}
testID="wheelchair-accessibility-toggle"
thumbColor={
wheelchairOnly
? theme.mapSettings.toggleTrue
Expand Down
1 change: 0 additions & 1 deletion components/map/indoor-navigation-controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default function IndoorNavigationControls({
style={[styles.sideButton, !nextCommand.canExecute && styles.disabled]}
testID="next-button"
onPress={nextCommand.execute}
testID="next-button"
disabled={!nextCommand.canExecute}
>
<Text style={styles.sideText}>{nextCommand.label}</Text>
Expand Down
Loading