Merge pull request #23464 from overleaf/ii-flexible-group-licensing-missing-billing-details-2

[web] Missing billing info billing details link

GitOrigin-RevId: a77f5d637848cc9ba5efa0941052ab5e10be16e4
This commit is contained in:
Liangjun Song
2025-02-10 09:05:20 +00:00
committed by Copybot
parent 4ab827bf0f
commit f3950e20a0
2 changed files with 9 additions and 2 deletions
@@ -23,7 +23,11 @@ describe('<MissingBillingInformation />', function () {
).within(() => {
cy.findByRole('link', {
name: /update your billing information/i,
}).should('have.attr', 'href', '/user/subscription')
}).should(
'have.attr',
'href',
'/user/subscription/recurly/billing-details'
)
cy.findByRole('link', { name: /get in touch/i }).should(
'have.attr',
'href',