fix(snjs): add additional sign in missing - run e2e

This commit is contained in:
Karol Sójko
2022-11-24 16:40:17 +01:00
parent 2485bed350
commit 6bbf0c02bd

View File

@@ -201,6 +201,8 @@ describe('settings service', function () {
})
await Factory.sleep(2)
await application.signIn(context.email, context.password, undefined, undefined, undefined, false)
const limitSettingAfter = await application.settings.getSubscriptionSetting('FILE_UPLOAD_BYTES_LIMIT')
expect(limitSettingAfter).to.equal(limitSettingBefore)