openedx / openedx/frontend-base
[Test failure] TC-00023: Learner Dashboard – Header Elements (Logged In)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 13
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 10
Description
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 founderror - 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 https://github.com/openedx/wg-build-test-release/issues/580 https://github.com/openedx/wg-build-test-release/issues/583
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the learner dashboard at https://apps.frontend-base.openedx.io/learner-dashboard/ and the Programs URL at https://frontend-base.openedx.io/dashboard/programs/. Inspect the learner dashboard navigation and account dropdown entry points for the missing Programs, Help, and Order History items. Done means the listed links, destinations, dropdown option, and sign-out behavior match the expected scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100