Skip to content

Commit

Permalink
Fix accidental find/replace
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Aug 1, 2024
1 parent 5bc3b1c commit 84df462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/frontend/cypress/tests/team/billing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand Down

0 comments on commit 84df462

Please sign in to comment.