Merge pull request #11418 from overleaf/ae-skip-detach
Skip PdfSynctexControls and useDetachLayout tests GitOrigin-RevId: bb6c150ffd72c7a2a9d4b5b69dc9c8fd2e9e9759
This commit is contained in:
@@ -127,7 +127,8 @@ const interceptSyncPdf = () => {
|
||||
}).as('sync-pdf')
|
||||
}
|
||||
|
||||
describe('<PdfSynctexControls/>', function () {
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
describe.skip('<PdfSynctexControls/>', function () {
|
||||
beforeEach(function () {
|
||||
window.metaAttributesCache = new Map()
|
||||
|
||||
|
||||
@@ -34,7 +34,8 @@ const DetachLayoutTest = () => {
|
||||
)
|
||||
}
|
||||
|
||||
describe('useDetachLayout', function () {
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
describe.skip('useDetachLayout', function () {
|
||||
beforeEach(function () {
|
||||
window.metaAttributesCache = new Map()
|
||||
cy.stub(window, 'open').as('openWindow')
|
||||
|
||||
Reference in New Issue
Block a user