Skip to content

Commit 9f98b13

Browse files
committed
remove navigation to runs page from external link test
1 parent fa15699 commit 9f98b13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ describe('Navigation', () => {
1313
cy.wait('@OpenExternal').then((interception: Interception) => {
1414
expect(interception.request.body.variables.url).to.equal('https://on.cypress.io/writing-first-test?utm_medium=Docs+Menu&utm_content=First+Test')
1515
})
16-
17-
cy.get('[href="#/runs"]').click()
18-
cy.contains(defaultMessages.runs.connect.title).should('be.visible')
1916
})
2017
})

0 commit comments

Comments
 (0)