Skip to content

Commit

Permalink
Added Cypress Test For organization page
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Mar 19, 2024
1 parent 2283388 commit 5a38c86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cypress/e2e/24_createOrgPageBounty.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ describe('View Organization Bounties', () => {

cy.get('body').click(0, 0);
cy.wait(600);
cy.create_bounty(orgPageBounty);
cy.wait(5000);

cy.contains(bounty.title).should('exist').and('be.visible');
cy.wait(5000);
// cy.create_bounty(orgPageBounty);
// cy.wait(5000);
//
// cy.contains(bounty.title).should('exist').and('be.visible');
// cy.wait(5000);

// cy.logout(org.loggedInAs);
});
Expand Down

0 comments on commit 5a38c86

Please sign in to comment.