Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Medhini Reddy Maryada authored and Sai Medhini Reddy Maryada committed Aug 29, 2024
1 parent 820e626 commit 40a52ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/pages/workflow_detail/workflow_detail.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const renderWithRouter = () =>
</Provider>
);

describe('Workflows', () => {
describe('WorkflowDetail', () => {
test('renders the page', () => {
const { getAllByText } = renderWithRouter();
expect(getAllByText('Workflows').length).toBeGreaterThan(0);
expect(getAllByText('Create an ingest pipeline').length).toBeGreaterThan(0);
});
});

0 comments on commit 40a52ba

Please sign in to comment.