Skip to content

Commit

Permalink
remove dupe test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNic11 committed Feb 6, 2025
1 parent d1a4d62 commit d3de541
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ describe("<LoadChildren />", () => {
/>
);

const childJqlLabel = screen.getByLabelText(/optional children jql filters/i);
expect(childJqlLabel).toBeInTheDocument();

const childJqlInput = screen.getByLabelText(/optional children jql filters/i);
expect(childJqlInput).toBeInTheDocument();
});
Expand Down

0 comments on commit d3de541

Please sign in to comment.