Skip to content

Commit

Permalink
reduced bounites and increase view port
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Mar 20, 2024
1 parent f614186 commit c368563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/30_viewUserLoadMore.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Load More For Created And Assigned Bounties', () => {
}

cy.contains('Load More').scrollIntoView().click();
cy.wait(2000);
cy.wait(1000);

for (let i = 2; i >= 1; i--) {
cy.contains(`Syed Bounty${i}`, { timeout: 10000 }).should('exist');
Expand Down

0 comments on commit c368563

Please sign in to comment.