Merge pull request #15352 from overleaf/mj-pdf-preview-test

[web] Re-enable pdf preview test

GitOrigin-RevId: cc60719f9780b2c5426db357ddbc2accd1ad0bee
This commit is contained in:
Mathias Jakobsen 2023-10-25 12:11:00 +01:00 committed by Copybot
parent 06979babdb
commit 1518b94451

View file

@ -138,8 +138,7 @@ describe('<PdfPreview/>', function () {
)
})
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('disables compile button while compile is running', function () {
it('disables compile button while compile is running', function () {
cy.interceptDeferredCompile().then(resolveDeferredCompile => {
const scope = mockScope()