mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-10 08:58:42 +00:00
Merge pull request #5623 from overleaf/bg-initial-features-epoch
[web] start using featuresEpoch in production GitOrigin-RevId: b3cbbdc60677455fddbe9fff5e97d63f2239c59d
This commit is contained in:
parent
861ccbfcd1
commit
99f5023d5a
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue