File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments