Merge pull request #31862 from overleaf/mj-system-theme-split-test-dates
[web] Update dates for system theme split test GitOrigin-RevId: 735b99e234d7613e057947d70ca8e2d8364e30aa
This commit is contained in:
committed by
Copybot
parent
eed92fc845
commit
51afc7d85e
@@ -50,7 +50,7 @@ describe('UserSettingsHelper', function () {
|
||||
beforeEach(async function (ctx) {
|
||||
const user = {
|
||||
ace: {},
|
||||
signUpDate: new Date('2026-02-16T00:00:00Z'),
|
||||
signUpDate: new Date('2027-02-16T00:00:00Z'),
|
||||
}
|
||||
|
||||
ctx.SplitTestHandler.promises.getAssignment
|
||||
@@ -79,7 +79,7 @@ describe('UserSettingsHelper', function () {
|
||||
beforeEach(async function (ctx) {
|
||||
const user = {
|
||||
ace: {},
|
||||
signUpDate: new Date('2026-02-16T00:00:00Z'),
|
||||
signUpDate: new Date('2027-02-16T00:00:00Z'),
|
||||
}
|
||||
|
||||
ctx.SplitTestHandler.promises.getAssignment
|
||||
|
||||
Reference in New Issue
Block a user