We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6770d3 commit 195e83dCopy full SHA for 195e83d
src/Select.spec.ts
@@ -37,7 +37,7 @@ describe("input + menu interactions behavior", () => {
37
it("should display the placeholder when no option is selected", () => {
38
const wrapper = mount(VueSelect, { props: { modelValue: null, options, placeholder: "Select an option" } });
39
40
- expect(wrapper.find(".placeholder").text()).toBe("Select an option");
+ expect(wrapper.find(".input-placeholder").text()).toBe("Select an option");
41
});
42
43
it("should not open the menu when focusing the input", async () => {
0 commit comments