Skip to content

Commit ffef0b7

Browse files
committed
remove comment
1 parent 8c5c14d commit ffef0b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/compass-data-modeling/src/components/diagram-editor-toolbar.spec.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ function renderDiagramEditorToolbar(
2222

2323
describe('DiagramEditorToolbar', function () {
2424
it('renders nothing if step is NO_DIAGRAM_SELECTED', function () {
25-
// We should be technically throwing when step is NO_DIAGRAM_SELECTED,
26-
// but the test fails on electron when asserting that. So we are
27-
// returning null for NO_DIAGRAM_SELECTED step and testing it.
2825
renderDiagramEditorToolbar({ step: 'NO_DIAGRAM_SELECTED' });
2926
expect(() => screen.getByTestId('diagram-editor-toolbar')).to.throw();
3027
});

0 commit comments

Comments
 (0)