Skip to content

Commit

Permalink
adjust intercept request cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmaselli committed Nov 6, 2023
1 parent a2e4320 commit 57d9db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Cypress.Commands.add('getPickupPointItem', () => {
})

Cypress.Commands.add('visitStore', () => {
cy.intercept('**/rc.vtex.com.br/api/events').as('events')
cy.intercept('**/event-api/v1/productusqa/event').as('events')
cy.visit('/api/io/stores')
cy.wait('@events')

Expand Down

0 comments on commit 57d9db8

Please sign in to comment.