We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71133fd commit 535f76bCopy full SHA for 535f76b
src/components/__tests__/OpenwbBaseSettingElement.spec.js
@@ -34,7 +34,7 @@ describe("OpenwbBaseSettingElement.vue", () => {
34
help: helpContent,
35
},
36
});
37
- const titleLabel = wrapper.find("label.col-form-label");
+ const titleLabel = wrapper.find("label.col-form-label svg.clickable");
38
expect(wrapper.find("span.alert.alert-info").exists()).toBe(false);
39
await titleLabel.trigger("click");
40
expect(wrapper.find("span.alert.alert-info").html()).toContain(
0 commit comments