mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ui): update snapshots
This commit is contained in:
committed by
Łukasz Mierzwa
parent
501586dc14
commit
4b05d3131b
@@ -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}
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user