Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZorkin committed Dec 15, 2021
1 parent 7b5e396 commit 1d2800a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,13 @@ exports[`The Project Form matches the snapshot 1`] = `
class="sc-bBHxTw bDNiwq pg-select-input"
id="root_fundingStreamId"
name="root_fundingStreamId-select"
placeholder="Select a Funding Stream"
required=""
>
<option
class="jsx-3703916905"
>
Select a Funding Stream
</option>
<option
class="jsx-3703916905"
value="42"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ exports[`The SelectWidget Widget Matches the snapshot with a default value set 1
class="sc-iCfMLu gsBcnF pg-select-input"
id="1"
name="1-select"
placeholder="test placeholder"
>
<option
class="jsx-3703916905"
>
test placeholder
</option>
<option
class="jsx-3703916905"
value="1"
Expand Down Expand Up @@ -58,8 +62,12 @@ exports[`The SelectWidget Widget Matches the snapshot with no default value set
class="sc-iCfMLu gsBcnF pg-select-input"
id="1"
name="1-select"
placeholder="test placeholder"
>
<option
class="jsx-3703916905"
>
test placeholder
</option>
<option
class="jsx-3703916905"
value="1"
Expand Down

0 comments on commit 1d2800a

Please sign in to comment.