sphinx-tribes
sphinx-tribes copied to clipboard
Implement unit tests for Bounties tab on a profile
Signed in and looking at my own profile
- [ ] I should be able to view the # of bounties I've posted next the the title of the bounties tab.
- [ ] I should be able to view each individual bounty I've posted
- [ ] When I click on a bounty, the url of the bounty should appear: https://community.sphinx.chat/bounty/###
- [ ] I should see various statuses of the bounty such as unassigned, assigned, and paid
- [ ] I should be able to scroll down and view more bounties
- [ ] I should be able to click the "post a bounty" button which takes me through the bounty creation flow
- [ ] If no bounties have been posted, I should see a message that says "no posted bounties yet".
Signed in and looking at someone else's profile
- [ ] I should be able to view the # of bounties they've posted next the the title of the bounties tab.
- [ ] I should be able to view each individual bounty they've posted
- [ ] When I click on a bounty, the url of the bounty should appear: https://community.sphinx.chat/bounty/###
- [ ] I should see various statuses of the bounty such as unassigned, assigned, and paid
- [ ] I should be able to scroll down and view more bounties
- [ ] The "post a bounty" button should not be visible
- [ ] If no bounties have been posted, I should see a message that says "no posted bounties yet".
Signed out and looking at a profile
- [ ] I should be able to view the # of bounties they've posted next the the title of the bounties tab.
- [ ] I should be able to view each individual bounty they've posted
- [ ] When I click on a bounty, the url of the bounty should appear: https://community.sphinx.chat/bounty/###
- [ ] I should see various statuses of the bounty such as unassigned, assigned, and paid
- [ ] I should be able to scroll down and view more bounties
- [ ] The "post a bounty" button should not be visible
- [ ] If no bounties have been posted, I should see a message that says "no posted bounties yet".