Closed elraphty closed 7 months ago
I've configured the project following the instructions in this document: Setup Cypress Test. I am ready and waiting for you to assign me tasks so I can proceed with writing a unit test.
Could you please assign me?
Hi @elraphty can you assign me?
@elraphty Could you assign me?
Context
Currently, we have a cypress command to create a bounty but we want to assert that we can create a bounty linked to an organization, and view all the bounties created by the organization.
So what we want to do is use Create org and create 4 bounties with the newly created org, navigate to the user's profile, click on the
Manage
button of the created organization, and click on theView Bounties
button which will redirect to the Organization's bounties page.File to create
sphinx-tribes-frontend/cypress/e2e/22_viewOrgBountiesFromOrg.cy.ts
there will be modifications tosphinx-tribes-frontend/cypress/support/commands.ts
Acceptance Criteria
Manage
button on the organizationView Bounties
buttonThe
View Bounties
button is shown below.References
Example cypress test
https://github.com/stakwork/sphinx-tribes-frontend/blob/master/cypress/e2e/0_create_bounty.cy.ts