Skip to content

Commit 535f76b

Browse files
committed
fix test
1 parent 71133fd commit 535f76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/__tests__/OpenwbBaseSettingElement.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe("OpenwbBaseSettingElement.vue", () => {
3434
help: helpContent,
3535
},
3636
});
37-
const titleLabel = wrapper.find("label.col-form-label");
37+
const titleLabel = wrapper.find("label.col-form-label svg.clickable");
3838
expect(wrapper.find("span.alert.alert-info").exists()).toBe(false);
3939
await titleLabel.trigger("click");
4040
expect(wrapper.find("span.alert.alert-info").html()).toContain(

0 commit comments

Comments
 (0)