We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e774cb + f3a0eae commit eacec0aCopy full SHA for eacec0a
content/api/commands/origin.md
@@ -359,7 +359,7 @@ origins
359
360
```js
361
it('logs in', () => {
362
- cy.visit('https//supersecurelogons.com')
+ cy.visit('https://supersecurelogons.com')
363
cy.get('input#password').type('Password123!')
364
cy.get('button#submit').click()
365
})
@@ -391,7 +391,7 @@ test, like the following.
391
392
it('securely edits content', () => {
393
cy.origin('supersecurelogons.com', () => {
394
- cy.visit('https"//supersecurelogons.com')
395
396
397
0 commit comments