Skip to content

Commit 1bc00d0

Browse files
Fix cy.visit() not it works
1 parent 01171d2 commit 1bc00d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/main.spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('template spec', () => {
22
it('passes', () => {
3-
cy.visit('http:localhost:5173/')
3+
cy.visit('http://localhost:5173/')
44
cy.get('[data-qa="profile-box"]')
55
cy.get('[data-qa="comment-input"]').first().type('Test 123')
66
cy.get('[data-qa="publish-button"]').first().click()

0 commit comments

Comments
 (0)