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:
+5
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user