sphinx-tribes
sphinx-tribes copied to clipboard
Implement component tests for user profile
This is the screen we see when a signed in user clicks on their profile on the top right.
- [ ] In the top row I should see the following elements which are all clickable: back button, organizations, badges, Bounties, assigned bounties.
- [ ] When I click on the back button, it should take me back to the last page I was looking at.
- [ ] When I click on organizations, it should take me to the organizations tab.
- [ ] When I click on badges, it should take me to the badges tab.
- [ ] When I click on bounties, it should take me the page displaying all the bounties I created
- [ ] When I click on assigned bounties, it should take me to the page displaying all bounties I've been assigned to.
- [ ] There should be a number in the Bounties tab that is a sum of all the bounties I have created.
- [ ] There should be a number in the Assigned Bounties tab that is a sum of all the bounties I have created.
- [ ] On the left column, I should see a profile image, QR code to connect, user name, edit profile button, sign out button, profile description, price to connect, pubkey and a copy button.