Skip to content
Merged
51 changes: 51 additions & 0 deletions .maestro/US4/AT2shortestRouteToRoom.yaml
Comment thread
SaraH6734 marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
appId: host.exp.exponent
---
- runFlow:
when:
notVisible:
id: "building-selection"
file: ../openLink.yaml
- tapOn: "Search building"
- inputText: "Vanier"
- tapOn:
id: "end-result-VL"
- assertVisible:
label: "Explore Rooms"
Comment thread
SaraH6734 marked this conversation as resolved.
Outdated
- tapOn:
label: "Explore Rooms"
- tapOn: "Next Floor"
- assertVisible:
text: "Floor 2"
- tapOn: "Start (VL820)"
Comment thread
SaraH6734 marked this conversation as resolved.
Outdated
- inputText: "VL 201.1"
- tapOn: "End (VL838)"
- inputText: "VL 201"
- assertVisible:
id: "indoor-create-path-button"
- tapOn:
id: "indoor-create-path-button"
- assertVisible:
id: "active-outline-VL_201_1-VL_201"
- tapOn:
id: "indoor-clear-end-room"
- tapOn: "End (VL838)"
- inputText: "VL 202.30"
- assertVisible:
id: "indoor-create-path-button"
- tapOn:
id: "indoor-create-path-button"
- assertVisible:
id: "active-outline-VL_201_1-VL_201"
- tapOn: "Next Step"
- assertVisible:
id: "active-outline-VL_201-VL_F2_hallway_waypoint_53"
- tapOn:
id: "indoor-clear-start-room"
- tapOn: "Start (VL820)"
- inputText: "VL 203.3"
- assertVisible:
id: "indoor-create-path-button"
- tapOn:
id: "indoor-create-path-button"
- assertVisible:
Comment thread
SaraH6734 marked this conversation as resolved.
id: "active-outline-VL_203_3-VL_F2_hallway_waypoint_56"
5 changes: 5 additions & 0 deletions .maestro/automated/suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ appId: com.anonymous.client
file: launchApp.yaml
- runFlow:
file: ../US2/AT3.1routeBetweenCampus.yaml

- runFlow:
file: launchApp.yaml
- runFlow:
file: ../US4/AT2shortestRouteToRoom.yaml
1 change: 1 addition & 0 deletions components/map/building-floor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function renderActiveEdgeOutline({
return (
<Line
key={`active-outline-${current.id}-${next.id}-${floor}`}
testID={`active-outline-${current.id}-${next.id}`}
x1={current.x}
y1={current.y}
x2={next.x}
Expand Down
Loading