fix(snjs): remove extra sign in - run e2e

This commit is contained in:
Karol Sójko
2022-11-24 16:56:08 +01:00
parent 6bbf0c02bd
commit 212e7843ec

View File

@@ -201,8 +201,6 @@ 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)