Skip to content

Commit 0c7874b

Browse files
committed
test case
1 parent f191bcc commit 0c7874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu/menu.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe("<Menu />", () => {
6363

6464
it("Buttons render", () => {
6565
expect(wrapper.find(SemanticButton)).toBeDefined();
66-
expect(wrapper.find(SemanticButton)).toHaveLength(7);
66+
expect(wrapper.find(SemanticButton)).toHaveLength(8);
6767
});
6868

6969
it("Play button calls action", () => {

0 commit comments

Comments
 (0)