diff --git a/frontend/cypress/e2e/replayer.cy.ts b/frontend/cypress/e2e/replayer.cy.ts index 4772045cd..cc1f0622d 100644 --- a/frontend/cypress/e2e/replayer.cy.ts +++ b/frontend/cypress/e2e/replayer.cy.ts @@ -4,7 +4,7 @@ describe('Replayer visual match test', { }, () => { it('Checking Replayer at breakpoints, user events and console', () => { cy.intercept('/api/account').as('getAccount') - cy.intercept('/mobs/*').as('getSession') + cy.intercept('/mobs/7585361734083637/*').as('getSession') cy.visit('/', { onBeforeLoad: function (window) {