fix(snjs): decrease factory sleep in order to have a continuing session - run e2e
This commit is contained in:
@@ -156,7 +156,7 @@ describe('settings service', function () {
|
|||||||
billingFrequency: 12,
|
billingFrequency: 12,
|
||||||
payAmount: 59.00
|
payAmount: 59.00
|
||||||
})
|
})
|
||||||
await Factory.sleep(2)
|
await Factory.sleep(1)
|
||||||
|
|
||||||
const response = await fetch('/packages/snjs/mocha/assets/small_file.md')
|
const response = await fetch('/packages/snjs/mocha/assets/small_file.md')
|
||||||
const buffer = new Uint8Array(await response.arrayBuffer())
|
const buffer = new Uint8Array(await response.arrayBuffer())
|
||||||
@@ -182,7 +182,7 @@ describe('settings service', function () {
|
|||||||
billingFrequency: 12,
|
billingFrequency: 12,
|
||||||
payAmount: 59.00
|
payAmount: 59.00
|
||||||
})
|
})
|
||||||
await Factory.sleep(2)
|
await Factory.sleep(1)
|
||||||
|
|
||||||
await Factory.publishMockedEvent('SUBSCRIPTION_PURCHASED', {
|
await Factory.publishMockedEvent('SUBSCRIPTION_PURCHASED', {
|
||||||
userEmail: context.email,
|
userEmail: context.email,
|
||||||
@@ -199,7 +199,7 @@ describe('settings service', function () {
|
|||||||
billingFrequency: 12,
|
billingFrequency: 12,
|
||||||
payAmount: 59.00
|
payAmount: 59.00
|
||||||
})
|
})
|
||||||
await Factory.sleep(2)
|
await Factory.sleep(1)
|
||||||
|
|
||||||
const limitSettingAfter = await application.settings.getSubscriptionSetting('FILE_UPLOAD_BYTES_LIMIT')
|
const limitSettingAfter = await application.settings.getSubscriptionSetting('FILE_UPLOAD_BYTES_LIMIT')
|
||||||
expect(limitSettingAfter).to.equal(limitSettingBefore)
|
expect(limitSettingAfter).to.equal(limitSettingBefore)
|
||||||
|
|||||||
Reference in New Issue
Block a user