mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #15352 from overleaf/mj-pdf-preview-test
[web] Re-enable pdf preview test GitOrigin-RevId: cc60719f9780b2c5426db357ddbc2accd1ad0bee
This commit is contained in:
parent
06979babdb
commit
1518b94451
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue