There was an error while loading. Please reload this page.
1 parent cf251eb commit 1f4818aCopy full SHA for 1f4818a
1 file changed
packages/plugins/IconMenu/tests/store.spec.ts
@@ -70,7 +70,7 @@ describe('plugin-icon-menu', () => {
70
expect(dispatch.mock.calls.length).toEqual(0)
71
})
72
it('should do nothing if the client either does not have the same size as the window or the width of the client is considered large', () => {
73
- storeModule.actions.openMenuById(actionContext, '')
+ storeModule.actions.openInMoveHandle(actionContext, 0)
74
75
expect(commit.mock.calls.length).toEqual(0)
76
0 commit comments