-
Notifications
You must be signed in to change notification settings - Fork 0
AT4.02.01 User can view the shortest route to a room on the same floor #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a7c583c
AT4.2
SaraH6734 4f9c309
Merge branch 'master' into 145-AT4.02
SaraH6734 4466e28
fixes
SaraH6734 b7c2992
fixes
SaraH6734 f26dd87
added to suite.yaml
SaraH6734 3b64b33
fixes
SaraH6734 0792c98
fiixes
SaraH6734 0e7d2c6
fixes
SaraH6734 f4e7e01
fixes
SaraH6734 c525e55
changed to id
SaraH6734 4963bf8
fixes
SaraH6734 401a4a8
Merge branch 'master' into 145-AT4.02
SaraH6734 72c17d0
fix
SaraH6734 adf2af8
Merge branch 'master' into 145-AT4.02
SaraH6734 582b1a0
fix
SaraH6734 e41ad9a
Merge branch 'master' into 145-AT4.02
SaraH6734 0ceefcb
fixes
SaraH6734 db42ef5
Fixes
SaraH6734 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| appId: host.exp.exponent | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: | ||
| id: "building-selection" | ||
| file: ../openLink.yaml | ||
| - tapOn: "Search building" | ||
| - inputText: "Hall" | ||
| - tapOn: | ||
| id: "end-result-H" | ||
| - assertVisible: | ||
| id: "rooms-action-button" | ||
| - tapOn: | ||
| id: "rooms-action-button" | ||
| - tapOn: | ||
| id: "indoor-start-room-input" | ||
| - inputText: "H110" | ||
| - tapOn: | ||
| id: "indoor-end-room-input" | ||
| - inputText: "H116" | ||
| - assertVisible: | ||
| id: "indoor-create-path-button" | ||
| - tapOn: | ||
| id: "indoor-create-path-button" | ||
| - assertVisible: | ||
| id: "active-outline-H_110_4-Hall_F1_hallway_waypoint_31-1" | ||
| - tapOn: | ||
| id: "indoor-clear-end-room" | ||
| - tapOn: | ||
| id: "indoor-end-room-input" | ||
| - inputText: "H118" | ||
| - assertVisible: | ||
| id: "indoor-create-path-button" | ||
| - tapOn: | ||
| id: "indoor-create-path-button" | ||
| - assertVisible: | ||
| id: "active-outline-H_110_4-Hall_F1_hallway_waypoint_31-1" | ||
| - tapOn: | ||
| id: "next-button" | ||
| - assertVisible: | ||
| id: "active-outline-Hall_F1_hallway_waypoint_31-Hall_F1_hallway_waypoint_25-1" | ||
| - tapOn: | ||
| id: "indoor-clear-start-room" | ||
| - tapOn: | ||
| id: "indoor-start-room-input" | ||
| - inputText: "H103" | ||
| - assertVisible: | ||
| id: "indoor-create-path-button" | ||
| - tapOn: | ||
| id: "indoor-create-path-button" | ||
| - assertVisible: | ||
|
SaraH6734 marked this conversation as resolved.
|
||
| id: "active-outline-H_102_N2-Hall_F1_hallway_waypoint_29-1" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.