Skip to content

Commit

Permalink
fix: trying to fix trending topics
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Sep 24, 2024
1 parent 819c426 commit 6d043fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/trendingTopics/trendingTopics.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ describe('test trending topics', () => {

cy.wait(20000)

cy.get('[data-testid="explore-graph-btn"]').click()

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

cy.get('[data-testid="explore-graph-btn"]').click()

cy.wait('@getTrends').then((interception) => {
const responseBody = interception.response.body

Expand Down

0 comments on commit 6d043fc

Please sign in to comment.