Skip to content

Commit 6b4cba6

Browse files
authored
Added AT4.1 (#213)
* Added AT4.1 & changed test-id for next button to match existing PRs
1 parent d1fb6d0 commit 6b4cba6

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
appId: host.exp.exponent
2+
---
3+
- runFlow:
4+
when:
5+
notVisible:
6+
id: "building-selection"
7+
file: ../openLink.yaml
8+
- tapOn:
9+
text: "Search building"
10+
- inputText: "MB 1.115"
11+
- assertVisible: "MB – MB 1.115"
12+
- tapOn:
13+
text: "MB – MB 1.115"
14+
- assertVisible:
15+
id: "rooms-action-button"
16+
- tapOn:
17+
id: "rooms-action-button"
18+
- assertVisible:
19+
id: "next-button"
20+
- tapOn:
21+
id: "next-button"

components/map/indoor-navigation-controls.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default function IndoorNavigationControls({
4848

4949
<TouchableOpacity
5050
style={[styles.sideButton, !nextCommand.canExecute && styles.disabled]}
51+
testID="next-button"
5152
onPress={nextCommand.execute}
5253
disabled={!nextCommand.canExecute}
5354
>

0 commit comments

Comments
 (0)