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 7018781 commit d2e02c0Copy full SHA for d2e02c0
packages/compass-aggregations/src/components/pipeline-toolbar/index.spec.tsx
@@ -142,8 +142,8 @@ describe('PipelineToolbar', function () {
142
showRunButton
143
/>
144
);
145
- const toolbar = screen.getByTestId('pipeline-toolbar');
146
// TODO
+ //const toolbar = screen.getByTestId('pipeline-toolbar');
147
//expect(within(toolbar).queryByTestId('pipeline-settings')).to.not.exist;
148
});
149
0 commit comments