mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
adjusted base URL in home test
This commit is contained in:
parent
e97d3689cc
commit
0baf13c9b5
@ -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(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user