Skip to content

Commit

Permalink
fix: moved load latest forward and increased timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Sep 24, 2024
1 parent 0a9054e commit 819c426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
docker ps
docker logs meme.sphinx
docker logs dave.sphinx
docker logs jarvis.sphinx
docker logs neo4j.sphinx
docker wait stack_relaysetup_1
cat stack/relay/NODES.json;
Expand Down
6 changes: 3 additions & 3 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Cypress.Commands.add('initialSetup', (username, budget) => {
},
})

cy.wait(['@loadAbout', '@loadLatest'])
cy.wait(['@loadAbout', '@loadLatest', '@loadStats'])

cy.get('[data-testid="explore-graph-btn"]', { timeout: 30000 }).should('be.visible').click()
cy.get('[data-testid="explore-graph-btn"]', { timeout: 90000 }).should('be.visible').click()

cy.wait(['@getTrends', '@loadStats'])
cy.wait(['@getTrends'])
})

0 comments on commit 819c426

Please sign in to comment.