test(progress-bar): assert kind prop

This commit is contained in:
Eric Liu 2022-03-25 19:14:41 -07:00
commit 93e99f9f96

View file

@ -5,21 +5,11 @@
<ProgressBar helperText="Loading..." />
<ProgressBar
kind="inline"
size="md"
value="{40}"
max="{100}"
labelText="Upload status"
helperText="40 MB of 100 MB"
/>
<ProgressBar
value="{40}"
max="{200}"
labelText="Upload status"
helperText="40 MB of 100 MB"
/>
<ProgressBar
hideLabel
value="{40}"
labelText="Upload status"
helperText="40 MB of 100 MB"
/>