Skip to content

Commit

Permalink
fix: change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Jan 25, 2024
1 parent fc12229 commit 4c5da54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('WorkflowsView', () => {
server.shutdown();
});

it('should render loading state', async () => {
it('should filter workflows by tags', async () => {
const { container, getByTestId, getAllByTestId, queryByTestId } = renderComponent({
pinia,
});
Expand Down

0 comments on commit 4c5da54

Please sign in to comment.