We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3ac94 commit d5eb87eCopy full SHA for d5eb87e
packages/compass-context-menu/src/use-context-menu.spec.tsx
@@ -254,7 +254,7 @@ describe('useContextMenu', function () {
254
255
expect(childOnAction).to.have.been.calledOnceWithExactly(1);
256
expect(parentOnAction).to.not.have.been.called;
257
- // TODO
+ // TODO(COMPASS-10075)
258
//expect(() => screen.getByTestId('test-menu')).to.throw;
259
});
260
@@ -278,7 +278,7 @@ describe('useContextMenu', function () {
278
279
expect(parentOnAction).to.have.been.calledOnceWithExactly(1);
280
expect(childOnAction).to.not.have.been.called;
281
282
283
284
0 commit comments