diff --git a/test/e2e/frontend/cypress/tests/team/billing.js b/test/e2e/frontend/cypress/tests/team/billing.js index 8d71f5819e..77f175aca6 100644 --- a/test/e2e/frontend/cypress/tests/team/billing.js +++ b/test/e2e/frontend/cypress/tests/team/billing.js @@ -121,7 +121,7 @@ describe('FlowForge - Team Billing', () => { cy.get('[data-nav="team-audit"').click() cy.url().should('include', '/team/ateam/audit-log') cy.get('[data-nav="team-billing"').click() - cy.url().should('include', `/team/${TEAM}/billing`) + cy.url().should('include', '/team/ateam/billing') cy.get('[data-nav="team-settings"').click() cy.url().should('include', '/team/ateam/settings/general') })