-
Notifications
You must be signed in to change notification settings - Fork 0
AT2.01.01 & AT2.04.01 Updated #195
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 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
deba0ea
Moved ATs (pre-refactor)
SacciadisG 8272e50
Refactored ATs 2.1 and 2.4 (tested on Android emulator) & logged videos
SacciadisG 6f2167e
Applied prettier formatting & lint check
SacciadisG de8a131
Implement PR review comments - remove waitForAnimation & changed open…
SacciadisG cb5f1ef
Merged into master & moved files
SacciadisG c9a88ae
Merged with main & made slight tweaks to at1 and at4 to accomodate ch…
SacciadisG 5e9f4bd
Temporarily removed at2.1 & at2.4 from ci workflow
SacciadisG 87b172c
Merge branch 'master' into 91-e2-at1-and-at4
SacciadisG 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,39 @@ | ||
| appId: host.exp.Exponent | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: | ||
| id: "building-selection" | ||
| file: ../openLink.yaml | ||
|
|
||
| # Select start location: Henry F. Hall Building | ||
| - assertVisible: "Search building" | ||
| - tapOn: "Search building" | ||
| - inputText: "Henry" | ||
| - assertVisible: "H – Henry F. Hall Building" | ||
| - tapOn: "H – Henry F. Hall Building" | ||
|
|
||
| # Open directions panel | ||
| - assertVisible: | ||
| id: "directions-action-button" | ||
| - tapOn: | ||
| id: "directions-action-button" | ||
|
|
||
| # Select intermediate location: Faubourg Ste-Catherine | ||
| - assertVisible: "Current Location" | ||
| - tapOn: "Current Location" | ||
| - eraseText | ||
| - inputText: "FG" | ||
| - assertVisible: "FG – Faubourg Ste-Catherine Building" | ||
| - tapOn: "FG – Faubourg Ste-Catherine Building" | ||
|
|
||
| # Clear and select final destination: Hingston Hall | ||
| - assertVisible: | ||
| id: "clear-end" | ||
| - tapOn: | ||
| id: "clear-end" | ||
| - assertVisible: "Destination" | ||
| - tapOn: "Destination" | ||
| - inputText: "HA" | ||
| - assertVisible: "HA – Hingston Hall, wing HA" | ||
| - tapOn: "HA – Hingston Hall, wing HA" | ||
|
SacciadisG marked this conversation as resolved.
|
||
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,71 @@ | ||
| appId: host.exp.Exponent | ||
| --- | ||
| - runFlow: | ||
| when: | ||
| notVisible: | ||
| id: "building-selection" | ||
| file: ../openLink.yaml | ||
|
|
||
| # Select start and destination buildings | ||
| - assertVisible: "Search building" | ||
| - tapOn: "Search building" | ||
| - inputText: "Hall" | ||
| - assertVisible: "H – Henry F. Hall Building" | ||
| - tapOn: "H – Henry F. Hall Building" | ||
|
|
||
| # Open directions panel | ||
| - assertVisible: | ||
| id: "directions-action-button" | ||
| - tapOn: | ||
| id: "directions-action-button" | ||
|
|
||
| # Select destination | ||
| - assertVisible: "Your location" | ||
| - tapOn: "Your location" | ||
| - inputText: "Grey Nuns" | ||
| - assertVisible: "GN – Grey Nuns Building" | ||
| - tapOn: "GN – Grey Nuns Building" | ||
|
|
||
| # Test Walking Mode | ||
| - assertVisible: | ||
| id: "walking-selector" | ||
| - tapOn: | ||
| id: "walking-selector" | ||
| - swipe: | ||
| start: 45%, 74% | ||
| end: 45%, 40% | ||
|
SacciadisG marked this conversation as resolved.
CanadianMaple-Syrup marked this conversation as resolved.
|
||
| - assertVisible: | ||
| id: "walking-route-0" | ||
| - tapOn: | ||
| id: "walking-route-0" | ||
|
|
||
| # Test Transit Mode | ||
| - assertVisible: | ||
| id: "transit-selector" | ||
| - tapOn: | ||
| id: "transit-selector" | ||
| - assertVisible: | ||
| id: "transit-route-0" | ||
| - tapOn: | ||
| id: "transit-route-0" | ||
|
|
||
| # Test Driving Mode | ||
| - assertVisible: | ||
| id: "driving-selector" | ||
| - tapOn: | ||
| id: "driving-selector" | ||
| - assertVisible: | ||
| id: "driving-route-0" | ||
| - tapOn: | ||
| id: "driving-route-0" | ||
|
|
||
| # Test Bicycling Mode | ||
| - assertVisible: | ||
| id: "bicycling-selector" | ||
| - tapOn: | ||
| id: "bicycling-selector" | ||
| - assertVisible: | ||
| id: "bicycling-route-0" | ||
| - tapOn: | ||
| id: "bicycling-route-0" | ||
| # No shuttle test implemented | ||
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.