Merge pull request #8483 from overleaf/jpa-faster-compiles-feedback-ui
[web] faster compiles feedback UI GitOrigin-RevId: 9feea47503aa6bddf51adb73b8c9fbef394fda14
This commit is contained in:
@@ -113,6 +113,7 @@ describe('CompileController', function () {
|
||||
},
|
||||
],
|
||||
pdfDownloadDomain: 'https://compiles.overleaf.test',
|
||||
showFasterCompilesFeedbackUI: false,
|
||||
})
|
||||
)
|
||||
})
|
||||
@@ -154,6 +155,7 @@ describe('CompileController', function () {
|
||||
},
|
||||
],
|
||||
pdfDownloadDomain: 'https://compiles.overleaf.test/zone/b',
|
||||
showFasterCompilesFeedbackUI: false,
|
||||
})
|
||||
)
|
||||
})
|
||||
@@ -191,6 +193,7 @@ describe('CompileController', function () {
|
||||
JSON.stringify({
|
||||
status: this.status,
|
||||
outputFiles: this.outputFiles,
|
||||
showFasterCompilesFeedbackUI: false,
|
||||
})
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user