Merge pull request #12198 from overleaf/jpa-force-new-compile-domain

[web] changes for force-new-compile-domain test

GitOrigin-RevId: a4ceaf46fdcebed156d155385cbbc2f06405d31f
This commit is contained in:
Jakob Ackermann
2023-03-17 09:04:49 +00:00
committed by Copybot
parent 223b8aa9d8
commit df3c7e48ab
13 changed files with 161 additions and 23 deletions
@@ -127,6 +127,7 @@ describe('CompileController', function () {
],
pdfDownloadDomain: 'https://compiles.overleaf.test',
enableHybridPdfDownload: false,
forceNewDomainVariant: 'default',
})
)
})
@@ -170,6 +171,7 @@ describe('CompileController', function () {
],
pdfDownloadDomain: 'https://compiles.overleaf.test/zone/b',
enableHybridPdfDownload: false,
forceNewDomainVariant: 'default',
})
)
})
@@ -212,6 +214,7 @@ describe('CompileController', function () {
status: this.status,
outputFiles: this.outputFiles,
enableHybridPdfDownload: false,
forceNewDomainVariant: 'default',
})
)
})