Skip to content

Commit

Permalink
Update snapshots after merging in main.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fitzgerald committed Dec 3, 2024
1 parent 98c5038 commit eb460ef
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports[`server item renderer should snapshot: initial render 1`] = `
<span>
<div>
<input
aria-describedby="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
aria-describedby="aria-for-input-with-examples-aW5wdXQtbnVtYmVyIDE"
aria-invalid="false"
autocapitalize="off"
autocomplete="off"
Expand All @@ -52,9 +52,16 @@ exports[`server item renderer should snapshot: initial render 1`] = `
value=""
/>
<span
id="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
id="aria-for-input-with-examples-aW5wdXQtbnVtYmVyIDE"
style="display: none;"
/>
>
Your answer should be
an integer, like 6, or
an exact decimal, like 0.75, or
a simplified proper fraction, like 3/5, or
a simplified improper fraction, like 7/4, or
a mixed number, like 1 and 3/4
</span>
</div>
<div
style="position: relative; height: 0px; display: none;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ exports[`multi-item renderer should snapshot: initial render 1`] = `
<span>
<div>
<input
aria-describedby="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
aria-describedby="aria-for-input-with-examples-aW5wdXQtbnVtYmVyIDE"
aria-invalid="false"
autocapitalize="off"
autocomplete="off"
Expand All @@ -986,9 +986,16 @@ exports[`multi-item renderer should snapshot: initial render 1`] = `
value=""
/>
<span
id="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
id="aria-for-input-with-examples-aW5wdXQtbnVtYmVyIDE"
style="display: none;"
/>
>
Your answer should be
an integer, like 6, or
an exact decimal, like 0.75, or
a simplified proper fraction, like 3/5, or
a simplified improper fraction, like 7/4, or
a mixed number, like 1 and 3/4
</span>
</div>
<div
style="position: relative; height: 0px; display: none;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ exports[`numeric-input widget Should render tooltip as list when multiple format
<span>
<div>
<input
aria-describedby="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
aria-invalid="false"
aria-label="Your answer:"
autocapitalize="off"
Expand All @@ -535,12 +536,22 @@ exports[`numeric-input widget Should render tooltip as list when multiple format
type="text"
value=""
/>
<span
id="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
style="display: none;"
>
Your answer should be
a simplified proper fraction, like 3/5, or
a simplified improper fraction, like 7/4, or
a mixed number, like 1 and 3/4
</span>
</div>
<div
style="position: relative; height: 0px; display: none;"
>
<div
class="tooltipContainer"
role="tooltip"
style="position: absolute; left: 0px;"
>
<div
Expand Down Expand Up @@ -677,6 +688,7 @@ exports[`numeric-input widget Should render tooltip when format option is given:
<span>
<div>
<input
aria-describedby="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
aria-invalid="false"
aria-label="Your answer:"
autocapitalize="off"
Expand All @@ -687,12 +699,20 @@ exports[`numeric-input widget Should render tooltip when format option is given:
type="text"
value=""
/>
<span
id="aria-for-input-with-examples-bnVtZXJpYy1pbnB1dCAx"
style="display: none;"
>
Your answer should be
a simplified proper fraction, like 3/5
</span>
</div>
<div
style="position: relative; height: 0px; display: none;"
>
<div
class="tooltipContainer"
role="tooltip"
style="position: absolute; left: 0px;"
>
<div
Expand Down

0 comments on commit eb460ef

Please sign in to comment.