fix(snjs): add additional sign in missing - run e2e
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user