Skip to content

Commit

Permalink
Updated snapshots for preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Dec 17, 2023
1 parent 8b453ef commit a886e17
Showing 1 changed file with 304 additions and 0 deletions.
304 changes: 304 additions & 0 deletions src/tests/__snapshots__/Preferences.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -193,6 +231,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -358,6 +434,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -466,6 +580,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -631,6 +783,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -739,6 +929,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -904,6 +1132,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down Expand Up @@ -1012,6 +1278,44 @@ Object {
</small>
</div>
<br />
<div
class="form-group"
>
<label
class="label-description"
>
Appearance
</label>
<select
class="form-select form-select-sm"
id="fontSizeInput"
title="Select font size"
>
<option
value="fs-6"
>
small
</option>
<option
value="fs-5"
>
medium
</option>
<option
value="fs-4"
>
large
</option>
</select>
<small
class="form-text text-muted"
hmtlfor="fontSizeInput"
id="fontSizeHelp"
>
Specifies the appearance of the user interface
</small>
</div>
<br />
<div
class="form-group"
>
Expand Down

0 comments on commit a886e17

Please sign in to comment.