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:
@@ -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',
|
||||
})
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user