Skip to content

Commit 78b202c

Browse files
authored
Added AT4.3 (#220)
* Added AT4.3 and modified testId for settingsButton in line with other existing PRs
1 parent 3ef551a commit 78b202c

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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: "H907"
11+
- tapOn:
12+
id: "end-result-H"
13+
- assertVisible:
14+
id: "rooms-action-button"
15+
- tapOn:
16+
id: "rooms-action-button"
17+
- assertVisible:
18+
id: "SettingsButton"
19+
- tapOn:
20+
id: "SettingsButton"
21+
- assertVisible:
22+
id: "wheelchair-accessibility-toggle"
23+
- tapOn:
24+
id: "wheelchair-accessibility-toggle"
25+
- tapOn:
26+
id: "SettingsButton"
27+
- assertVisible:
28+
id: "indoor-start-room-input"
29+
- tapOn:
30+
id: "indoor-start-room-input"
31+
- inputText: "H101"
32+
- tapOn:
33+
id: "indoor-end-room-input"
34+
- inputText: "H907"
35+
- assertVisible:
36+
id: "indoor-create-path-button"
37+
- tapOn:
38+
id: "indoor-create-path-button"
39+
- assertVisible:
40+
id: "indoor-path-edge-0"
41+
- assertVisible:
42+
id: "next-button"
43+
- tapOn:
44+
id: "next-button"
45+
- tapOn:
46+
id: "next-button"
47+
- tapOn:
48+
id: "next-button"
49+
- tapOn:
50+
id: "next-button"
51+
- tapOn:
52+
id: "next-button"
53+
- tapOn:
54+
id: "next-button"
55+
- tapOn:
56+
id: "next-button"
57+
- tapOn:
58+
id: "next-button"
59+
- tapOn:
60+
id: "next-button"
61+
- tapOn:
62+
id: "next-button"

components/map/indoor-map-settings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default function MapSettings({
9898
<Switch
9999
value={wheelchairOnly}
100100
onValueChange={setWheelchairOnly}
101+
testID="wheelchair-accessibility-toggle"
101102
thumbColor={
102103
wheelchairOnly
103104
? theme.mapSettings.toggleTrue

0 commit comments

Comments
 (0)