Skip to content

Commit

Permalink
test edit
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuNavsa committed Dec 2, 2023
1 parent 6650843 commit bf381d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ suite("ComponentCreateList", () => {

expect(listItems).to.equal([
"Autocomplete",
"Client side file upload",
"Date",
"Date parts",
"Date time",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,19 @@ exports[`ComponentCreateList should match snapshot 1`] = `
Sets a list of values to suggest to users as they complete this field
</div>
</li>
<li>
<a
class="govuk-link"
href="#0"
>
Client side file upload
</a>
<div
class="govuk-hint"
>
Allows users to upload files from the device they are using
</div>
</li>
<li>
<a
class="govuk-link"
Expand Down

0 comments on commit bf381d3

Please sign in to comment.