Release
Verawood
Expected behaviour
Scenario: Header slot looks as expected on the learner dashboard
Given I am an Open edX user on the learner dashboard page
-
Then I see that the header renders properly with three links on the upper lefthand corner labeled:
- Courses (the active link)
- Programs
- Discover New
-
When I click on the Courses link
Then I remain on the Learner Dashboard page
-
When I click on the Programs link
Then I am brought to the Programs page
-
When I click on the Discover New link
Then I am brought to the Course Catalog page
-
Then I see an icon on the upper lefthand corner
-
When I click on the icon
Then I am taken to the Learner Dashboard page
-
Then I see a help link and my account name as a dropdown on the upper righthand corner
-
When I click on the help link
Then I am directed to the docs site
-
When I click the dropdown
Then I see the following options:
- Profile
- Account
- Order History
- Sign Out
-
When I click on Profile
Then I am directed to my Profile page
-
When I click on Account
Then I am directed to my Account page
-
When I click on Order History
Then I am directed to the Order History page
-
When I click on Sign Out
Then I am signed out and redirected to the LMS logged out landing page
Actual behaviour
- The "Programs" tab is not available in the upper left-hand navigation.
- If I go to https://frontend-base.openedx.io/dashboard/programs/ I receive a
Page not found error
- The "Help" link is not available in the upper right-hand section in the
Learner Dashboard
- The "Order History" option is not present in the account dropdown menu.
Steps to reproduce
- Log in to https://apps.frontend-base.openedx.io/learner-dashboard/ as a student.
- On the Learner Dashboard:
- The "Help" link is missing from the top-right
- The "Programs" nav option is not available beside the "Courses" or "Discover New" options
- Navigate to Programs:
- Observe that the Help link is present, but the page responds with a 404
- Click the user account dropdown: the "Order History" option is not displayed
Additional information
Related openedx/wg-build-test-release#580 openedx/wg-build-test-release#583
Release
Verawood
Expected behaviour
Scenario: Header slot looks as expected on the learner dashboard
Given I am an Open edX user on the learner dashboard page
Then I see that the header renders properly with three links on the upper lefthand corner labeled:
When I click on the Courses link
Then I remain on the Learner Dashboard page
When I click on the Programs link
Then I am brought to the Programs page
When I click on the Discover New link
Then I am brought to the Course Catalog page
Then I see an icon on the upper lefthand corner
When I click on the icon
Then I am taken to the Learner Dashboard page
Then I see a help link and my account name as a dropdown on the upper righthand corner
When I click on the help link
Then I am directed to the docs site
When I click the dropdown
Then I see the following options:
When I click on Profile
Then I am directed to my Profile page
When I click on Account
Then I am directed to my Account page
When I click on Order History
Then I am directed to the Order History page
When I click on Sign Out
Then I am signed out and redirected to the LMS logged out landing page
Actual behaviour
Page not founderrorLearner DashboardSteps to reproduce
Additional information
Related openedx/wg-build-test-release#580 openedx/wg-build-test-release#583