chore: running paid subscription e2e tests on both self-hosted and home-server setup (#2355)

* chore: add activating paid subscription in e2e on both self-hosted and home-server setup

* chore: fix activating premium features on e2e test suites

* chore: remove unnecessary sleep duplication

* chore: add defining the subscription expires at date in e2e
This commit is contained in:
Karol Sójko
2023-07-14 10:52:17 +02:00
committed by GitHub
parent c694268206
commit 30b113cc84
8 changed files with 79 additions and 137 deletions

View File

@@ -25,7 +25,7 @@ describe('shared vault files', function () {
await context.register()
vaults = context.vaults
await context.publicMockSubscriptionPurchaseEvent()
await context.activatePaidSubscriptionForUser()
})
describe('private vaults', () => {