adjusted base URL in home test

This commit is contained in:
[The-Noble-K] 2022-08-08 15:35:55 -04:00
parent e97d3689cc
commit 0baf13c9b5

View File

@ -1,6 +1,6 @@
describe('Home Page', () => {
it('displays all 3 products on the home page', () => {
cy.visit('http://localhost:3000')
cy.visit('/')
cy.get('[data-test="product-tag"]')
.eq(0)
.within(() => {