You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a 'help' url that leads the user towards UB transportation website. This should be added in the Welcome Screen and should be distinguishable from main features of the app. The 'help' url should be named 'Having problems selecting shuttle ?'.
Task Test:
Go to project directory and open readme.md file.
Follow the instructions to launch the app.
When you launch the app and when you reach the welcome screen, the app should display a "Need Help?" button at the bottom of the page which should be clickable.
Unit Test:
cd into shuttleFinder
run test by using this command "npm test -t helpurl.test.js".
The test will verify that the button will lead us to UB Transportation website.
The text was updated successfully, but these errors were encountered:
lesliese
changed the title
Create a 'help' url for users unfamiliar with UB Bus shuttle line types
Create a 'help' button for users unfamiliar with UB Bus shuttle line types
Dec 1, 2019
Create a 'help' url that leads the user towards UB transportation website. This should be added in the Welcome Screen and should be distinguishable from main features of the app. The 'help' url should be named 'Having problems selecting shuttle ?'.
Task Test:
Unit Test:
The text was updated successfully, but these errors were encountered: