Skip to content

Commit 159e625

Browse files
committed
update test
1 parent c21dffc commit 159e625

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-aggregations/src/components/pipeline-results-workspace/pipeline-results-view-controls.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ describe('PipelineResultsViewControls', function () {
1717
);
1818
const container = screen.getByTestId('pipeline-results-view-controls');
1919
expect(container).to.exist;
20-
expect(within(container).getByText('View')).to.exist;
2120
expect(within(container).getByLabelText('Document list')).to.exist;
2221
expect(within(container).getByLabelText('JSON list')).to.exist;
2322
});

0 commit comments

Comments
 (0)