Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 22, 2023
1 parent f486a62 commit dabd589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/misc/two-domains.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LoginInfo } from '..'
// It should host a page at "localhost:5555"
// with the name of the item the user won
it('gets the item name from another domain', () => {
// switch to the 2nd domain "http://localhost:555"
// switch to the 2nd domain "http://localhost:5555"
// https://on.cypress.io/origin
// visit the base page of the second domain
// https://on.cypress.io/visit
Expand Down

0 comments on commit dabd589

Please sign in to comment.