Merge pull request #5623 from overleaf/bg-initial-features-epoch

[web] start using featuresEpoch in production

GitOrigin-RevId: b3cbbdc60677455fddbe9fff5e97d63f2239c59d
This commit is contained in:
Brian Gough 2021-11-01 14:14:38 +00:00 committed by Copybot
parent 861ccbfcd1
commit 99f5023d5a

View file

@ -311,6 +311,14 @@ describe('ProjectInviteTests', function () {
cb => this.user.ensureUserExists(cb),
cb => this.sendingUser.login(cb),
cb => this.sendingUser.setFeatures({ collaborators: 10 }, cb),
cb =>
this.sendingUser.setFeaturesOverride(
{
note: 'ProjectInviteTests acceptance tests',
features: { collaborators: 10 },
},
cb
),
],
done
)