fix(ui): update snapshots

This commit is contained in:
Łukasz Mierzwa
2024-08-09 13:02:42 +01:00
committed by Łukasz Mierzwa
parent 501586dc14
commit 4b05d3131b
8 changed files with 12 additions and 0 deletions
@@ -18,6 +18,7 @@ const AlertGroupConfiguration: FC<{
return (
<div className="p-3 text-center">
<Range
label=""
step={1}
min={1}
max={25}
@@ -20,6 +20,7 @@ const AlertGroupWidthConfiguration: FC<{
return (
<div className="p-3 text-center">
<Range
label=""
step={10}
min={300}
max={800}
@@ -18,6 +18,7 @@ const FetchConfiguration: FC<{
return (
<div className="p-3 text-center">
<Range
label=""
step={10}
min={10}
max={120}
@@ -15,6 +15,7 @@ exports[`<AlertGroupConfiguration /> matches snapshot with default values 1`] =
aria-valuemin="1"
aria-valuenow="5"
draggable="false"
aria-label
role="slider"
>
5
@@ -15,6 +15,7 @@ exports[`<AlertGroupWidthConfiguration /> matches snapshot with default values 1
aria-valuemin="300"
aria-valuenow="420"
draggable="false"
aria-label
role="slider"
>
420
@@ -15,6 +15,7 @@ exports[`<FetchConfiguration /> matches snapshot with default values 1`] = `
aria-valuemin="10"
aria-valuenow="30"
draggable="false"
aria-label
role="slider"
>
30s
@@ -27,6 +27,7 @@ exports[`<Configuration /> matches snapshot 1`] = `
aria-valuemin="10"
aria-valuenow="30"
draggable="false"
aria-label
role="slider"
>
30s
@@ -205,6 +206,7 @@ exports[`<Configuration /> matches snapshot 1`] = `
aria-valuemin="300"
aria-valuenow="420"
draggable="false"
aria-label
role="slider"
>
420
@@ -238,6 +240,7 @@ exports[`<Configuration /> matches snapshot 1`] = `
aria-valuemin="1"
aria-valuenow="5"
draggable="false"
aria-label
role="slider"
>
5
@@ -44,6 +44,7 @@ exports[`<MainModalContent /> matches snapshot 1`] = `
aria-valuemin="10"
aria-valuenow="30"
draggable="false"
aria-label
role="slider"
>
30s
@@ -222,6 +223,7 @@ exports[`<MainModalContent /> matches snapshot 1`] = `
aria-valuemin="300"
aria-valuenow="420"
draggable="false"
aria-label
role="slider"
>
420
@@ -255,6 +257,7 @@ exports[`<MainModalContent /> matches snapshot 1`] = `
aria-valuemin="1"
aria-valuenow="5"
draggable="false"
aria-label
role="slider"
>
5