chore: activate paid subscriptions for revisions e2e suites (#2693)
This commit is contained in:
@@ -238,6 +238,12 @@ describe('history manager', () => {
|
||||
|
||||
await context.launch()
|
||||
await context.register()
|
||||
|
||||
/**
|
||||
* Free user revisions are limited to 1 per day. This is to ensure that
|
||||
* we don't hit that limit during testing.
|
||||
*/
|
||||
await context.activatePaidSubscriptionForUser()
|
||||
})
|
||||
|
||||
afterEach(async function () {
|
||||
|
||||
Reference in New Issue
Block a user