disable broken tests for now

This commit is contained in:
Chris Kruining 2024-11-14 19:01:25 +01:00
parent 639ac1927a
commit 9921c320d3
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 6 additions and 2 deletions

View file

@ -48,7 +48,7 @@ export const ColorSchemePicker: Component<ColorSchemePickerProps> = (props) => {
props.value?.(ColorScheme[value()]);
});
return <label class={css.picker}>
return <label class={css.picker} aria-label="Color scheme picker">
<CgDarkMode />
<select name="color-scheme-picker" onInput={(e) => {