Skip to content

Commit

Permalink
fix: i added a wait time after page launch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Feb 22, 2024
1 parent 9922bd4 commit e79fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/admin/signin.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Admin Login', () => {
},
})
let title = `Testing NavFiber`
cy.wait(10000)
cy.wait(30000)
cy.get('div[data-testid="settings-modal"]').click()
cy.get('#cy-about-title-id').click()
cy.get('#cy-about-title-id').type('{selectAll}')
Expand Down

0 comments on commit e79fa02

Please sign in to comment.