diff --git a/src/components/selection-expansion-panel/selection-expansion-panel.e2e.ts b/src/components/selection-expansion-panel/selection-expansion-panel.e2e.ts index 70acb95203..cca64c5b28 100644 --- a/src/components/selection-expansion-panel/selection-expansion-panel.e2e.ts +++ b/src/components/selection-expansion-panel/selection-expansion-panel.e2e.ts @@ -32,7 +32,7 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => { /* eslint-disable lit/binding-positions */ return html` <${tagGroupElement} ${inputType === 'radio-button' && 'value="Value one"'}> - + <${tagSingle} id="sbb-input-1" value="Value one" ?checked='${ inputType === 'checkbox' }'>Value one @@ -41,21 +41,21 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => { Link - + <${tagSingle} id="sbb-input-2" value="Value two">Value two
Inner Content Link
- + <${tagSingle} id="sbb-input-3" value="Value three" disabled>Value three
Inner Content Link
- + <${tagSingle} id="sbb-input-4" value="Value four">Value four
Inner Content @@ -290,7 +290,7 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => { `, { - modules: ['../radio-button.ts', './selection-panel.ts', '../radio-button.ts'], + modules: ['../radio-button.ts', './selection-expansion-panel.ts', '../radio-button.ts'], }, ); const firstInputNoContent = @@ -356,7 +356,7 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => { html` - Main Option 1 + Main Option 1 Suboption 1 Suboption 2 @@ -364,7 +364,7 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => { - Main Option 2 + Main Option 2 Suboption 3 Suboption 4 @@ -373,7 +373,7 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => { `, { - modules: ['../radio-button.ts', './selection-panel.ts', '../radio-button.ts'], + modules: ['../radio-button.ts', './selection-expansion-panel.ts', '../radio-button.ts'], }, ); panel1 = nestedElement.querySelector('#panel1')!; @@ -489,7 +489,9 @@ describe(`sbb-selection-expansion-panel with ${fixture.name}`, () => {