Skip to content

Commit

Permalink
Merge pull request stakwork#2199 from stakwork/fix/failing-test
Browse files Browse the repository at this point in the history
Fixing failing cypress test
  • Loading branch information
tomsmith8 authored Sep 23, 2024
2 parents 24eadcd + 83ddeb0 commit 360299a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
},
},
e2e: {
retries: 5,
// retries: 5,
baseUrl: 'http://localhost:3000',
defaultCommandTimeout: 10000,
pageLoadTimeout: 90000,
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import './commands'
// require('./commands')

// coverage
import '@cypress/code-coverage/support'
// import '@cypress/code-coverage/support'

// Add alice as the Second Brain tribe admin
async function setAdmin() {
Expand Down

0 comments on commit 360299a

Please sign in to comment.