Skip to content

Commit

Permalink
fix 50_adminview v1
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Feb 18, 2025
1 parent 6308563 commit 5ecc73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/50_adminCustomDateSelect.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('Admin Statistics Custom Date Range', () => {
it('Creates 25 bounties, navigates to Admin page, and verifies bounties count and visibility', () => {
for (let i = 1; i <= 25; i++) {
const updatedBounty = { ...bounty, title: `UmerJobs${i}` };
cy.contains('Post a Bounty', { timeout: 10000 }).should('be.visible');
cy.create_bounty(updatedBounty);
cy.wait(1000);
}
Expand Down

0 comments on commit 5ecc73a

Please sign in to comment.