chore: activate paid subscriptions for revisions e2e suites (#2693)

This commit is contained in:
Karol Sójko
2023-12-12 11:47:14 +01:00
committed by GitHub
parent 3d8746bee4
commit db6151e253
2 changed files with 22 additions and 0 deletions

View File

@@ -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 () {