|
|
@@ -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')
|