Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbrown committed Oct 23, 2023
1 parent 49cb874 commit 66881f6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ Object {
class="grid-col-auto margin-top-05"
>
<button
aria-label="Collapse test for Dixon, Althea Hedda Mclaughlin"
class="usa-button usa-button--unstyled"
type="button"
>
<svg
class="usa-icon usa-icon--size-3"
focusable="true"
height="1em"
role="img"
role="presentation"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -49,13 +50,13 @@ Object {
class="usa-button usa-button--unstyled card-name"
type="button"
>
<span
class="font-sans-lg"
<h2
class="font-sans-lg margin-y-0"
>
<strong>
Dixon, Althea Hedda Mclaughlin
</strong>
</span>
</h2>
</button>
</div>
<div
Expand Down Expand Up @@ -116,7 +117,7 @@ Object {
class="usa-icon usa-icon--size-3"
focusable="true"
height="1em"
role="img"
role="presentation"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -262,6 +263,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -328,6 +330,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -185,6 +186,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down Expand Up @@ -703,6 +705,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -757,6 +760,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down Expand Up @@ -1254,6 +1258,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -1308,6 +1313,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down Expand Up @@ -1812,6 +1818,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -1866,6 +1873,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down Expand Up @@ -2349,6 +2357,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -2403,6 +2412,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down Expand Up @@ -3136,6 +3146,7 @@ Object {
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -3190,6 +3201,7 @@ Object {
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down
26 changes: 16 additions & 10 deletions frontend/src/app/testQueue/__snapshots__/TestQueue.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,15 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
class="grid-col-auto margin-top-05"
>
<button
aria-label="Collapse test for Doe, John A"
class="usa-button usa-button--unstyled"
type="button"
>
<svg
class="usa-icon usa-icon--size-3"
focusable="true"
height="1em"
role="img"
role="presentation"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -103,13 +104,13 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
class="usa-button usa-button--unstyled card-name"
type="button"
>
<span
class="font-sans-lg"
<h2
class="font-sans-lg margin-y-0"
>
<strong>
Doe, John A
</strong>
</span>
</h2>
</button>
</div>
<div
Expand Down Expand Up @@ -170,7 +171,7 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
class="usa-icon usa-icon--size-3"
focusable="true"
height="1em"
role="img"
role="presentation"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -316,6 +317,7 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -370,6 +372,7 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down Expand Up @@ -1022,14 +1025,15 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
class="grid-col-auto margin-top-05"
>
<button
aria-label="Collapse test for Smith, Jane"
class="usa-button usa-button--unstyled"
type="button"
>
<svg
class="usa-icon usa-icon--size-3"
focusable="true"
height="1em"
role="img"
role="presentation"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -1047,13 +1051,13 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
class="usa-button usa-button--unstyled card-name"
type="button"
>
<span
class="font-sans-lg"
<h2
class="font-sans-lg margin-y-0"
>
<strong>
Smith, Jane
</strong>
</span>
</h2>
</button>
</div>
<div
Expand Down Expand Up @@ -1114,7 +1118,7 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
class="usa-icon usa-icon--size-3"
focusable="true"
height="1em"
role="img"
role="presentation"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -1260,6 +1264,7 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
</abbr>
</label>
<select
aria-label="Test device"
aria-required="true"
class="usa-select"
data-testid="device-type-dropdown"
Expand Down Expand Up @@ -1314,6 +1319,7 @@ exports[`TestQueue should render the new test card when feature enabled 1`] = `
</abbr>
</label>
<select
aria-label="Specimen type"
aria-required="true"
class="usa-select"
data-testid="specimen-type-dropdown"
Expand Down

0 comments on commit 66881f6

Please sign in to comment.