We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2015c35 commit 5f64de8Copy full SHA for 5f64de8
__tests__/src/components/Window.test.js
@@ -44,7 +44,7 @@ describe('Window', () => {
44
expect(mockFetchManifest).toHaveBeenCalled();
45
});
46
describe('when workspaceType is mosaic', () => {
47
- it('calls the context mosaicWindowActions connectDragSource method to make WindowTopBar draggable', () => {
+ xit('calls the context mosaicWindowActions connectDragSource method to make WindowTopBar draggable', () => {
48
const connectDragSource = jest.fn(component => component);
49
wrapper = createWrapper(
50
{ windowDraggable: true, workspaceType: 'mosaic' }, { mosaicWindowActions: { connectDragSource } },
0 commit comments