Skip to content

Commit 84df462

Browse files
author
Joe Pavitt
committed
Fix accidental find/replace
1 parent 5bc3b1c commit 84df462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/frontend/cypress/tests/team/billing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('FlowForge - Team Billing', () => {
121121
cy.get('[data-nav="team-audit"').click()
122122
cy.url().should('include', '/team/ateam/audit-log')
123123
cy.get('[data-nav="team-billing"').click()
124-
cy.url().should('include', `/team/${TEAM}/billing`)
124+
cy.url().should('include', '/team/ateam/billing')
125125
cy.get('[data-nav="team-settings"').click()
126126
cy.url().should('include', '/team/ateam/settings/general')
127127
})

0 commit comments

Comments
 (0)