Skip to content

Commit

Permalink
remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 18, 2024
1 parent 64991a1 commit f686868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/ui/editor/ComponentTagSelect.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("Checklist Component for a Platform Admin", () => {

expect(optionTexts).toEqual(expect.arrayContaining(tagDisplayNames));
});
it.only("renders all tags with Placeholder selected as a button", async () => {
it("renders all tags with Placeholder selected as a button", async () => {
const { queryByTestId, queryByRole } = setup(
<DndProvider backend={HTML5Backend}>
<ChecklistComponent
Expand Down

0 comments on commit f686868

Please sign in to comment.