We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cd7a4 commit 0953a8bCopy full SHA for 0953a8b
docs/api/commands/origin.mdx
@@ -86,7 +86,7 @@ cy.get('h1').contains('Kitchen Sink')
86
cy.origin('https://www.cypress.io', () => {
87
cy.visit('/about-us')
88
cy.get('h1').contains('About us')
89
- // Fails because doanloads is not passed in via args
+ // Fails because downloads is not passed in via args
90
cy.contains(downloads)
91
})
92
// Won't work because still on www.cypress.io
0 commit comments