stakwork / sphinx-tribes-frontend

Frontend for sphinx tribes and bounties. The bounty platform that pays out in bitcoin. Sign up with Sphinx Chat, complete a bounty, and earn bitcoin! Go to our website for available bounties.
https://community.sphinx.chat/bounties
12 stars 42 forks source link

[tests][cypress] Assign Hunter #386

Closed elraphty closed 6 months ago

elraphty commented 6 months ago

Context

Currently, we have a cypress command to create a bounty, but we want to assert that we can create a bounty without assigning a hunter, and then assign the hunter afterward

So, create a bounty without assigning a hunter and click on the newly created bounty to view it on the bounty modal. We want to assert that when we click on Not Assigned, we can assign a bounty hunter to the bounty.

File to create

sphinx-tribes-frontend/cypress/e2e/8_assign_hunter.cy.ts there will be no modifications to sphinx-tribes-frontend/cypress/support/commands.ts

Acceptance Criteria

Given a user is signed in When we create a bounty without an assignee and click on the bounty tile Then the test asserts that we can assign a bounty hunter to the bounty Then assert that the assignee on the bounty is equal to the hunter that was assigned

The edit button is shown below image

References

Example cypress test https://github.com/stakwork/sphinx-tribes-frontend/blob/master/cypress/e2e/0_create_bounty.cy.ts