diff --git a/packages/components/src/components/combobox/test/__snapshots__/snapshot.spec.tsx.snap b/packages/components/src/components/combobox/test/__snapshots__/snapshot.spec.tsx.snap index da468672a3..ba866a3583 100644 --- a/packages/components/src/components/combobox/test/__snapshots__/snapshot.spec.tsx.snap +++ b/packages/components/src/components/combobox/test/__snapshots__/snapshot.spec.tsx.snap @@ -1,6 +1,55 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`kol-combobox should render with _label="Label" _suggestions=["Frau","Herr","Divers"] _disabled=true 1`] = ` +exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _accessKey="V" 1`] = ` + + + +`; + +exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _alert=true 1`] = ` + + + +`; + +exports[`kol-combobox should render with _label="Label" _name="field" _placeholder="Hier steht ein Platzhaltertext" _value="Herr" _suggestions=["Frau","Herr","Divers"] _disabled=true 1`] = `