Skip to content

Commit dfa39dd

Browse files
committed
Remove unnecessary intercept
1 parent 80099b2 commit dfa39dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/app/cypress/e2e/integration/runs.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ describe('App: Runs Page', () => {
4444
})
4545

4646
cy.visitApp()
47-
cy.intercept('query-Runs').as('Runs')
4847
cy.get('[href="#/runs"]').click()
49-
cy.wait('@Runs')
5048
cy.get('[data-cy="no-runs"]')
5149
})
5250

0 commit comments

Comments
 (0)