Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Feb 15, 2024
1 parent 153ea8d commit 33ead02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/components/checkBox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe("Check Box tests", () => {
const button = div.findComponent(CButton);
expect(button.exists()).toBe(true);
expect(button.classes()).toContain("vnm-check-button");
expect(button.props("disabled")).toBe(true);
});
});

Expand Down

0 comments on commit 33ead02

Please sign in to comment.