130 lines
4.3 KiB
Plaintext
130 lines
4.3 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`SUMS Render 1`] = `
|
|
<div>
|
|
<div
|
|
data-testid="mocked-carupdatesprovider"
|
|
>
|
|
<div
|
|
data-testid="mocked-statusprovider"
|
|
>
|
|
<div
|
|
data-testid="mocked-userprovider"
|
|
>
|
|
<div
|
|
data-testid="mocked-carupdatesprovider"
|
|
>
|
|
<div>
|
|
<div
|
|
class="MuiGrid-root makeStyles-root-0 MuiGrid-container MuiGrid-spacing-xs-2"
|
|
>
|
|
<div
|
|
class="MuiGrid-root makeStyles-textJustifyAlign-0 makeStyles-actionsBar-0 MuiGrid-item MuiGrid-grid-md-4"
|
|
>
|
|
<a
|
|
class="makeStyles-labelInline-0"
|
|
href="/sums-rxswin-add/2023.03.00.00.E"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiSvgIcon-fontSizeLarge"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<table
|
|
class="MuiTable-root"
|
|
>
|
|
<thead
|
|
class="MuiTableHead-root"
|
|
>
|
|
<tr
|
|
class="MuiTableRow-root MuiTableRow-head"
|
|
>
|
|
<th
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
RXSWIN (RX Software Identification Number)
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
<th
|
|
aria-sort="descending"
|
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
|
scope="col"
|
|
>
|
|
<span
|
|
aria-disabled="false"
|
|
class="MuiButtonBase-root MuiTableSortLabel-root MuiTableSortLabel-active"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Created
|
|
<span
|
|
class="makeStyles-hiddenSortSpan-0"
|
|
>
|
|
sorted descending
|
|
</span>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionDesc"
|
|
focusable="false"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path
|
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody
|
|
class="MuiTableBody-root"
|
|
/>
|
|
<tfoot
|
|
class="MuiTableFooter-root"
|
|
>
|
|
<tr
|
|
class="MuiTableRow-root MuiTableRow-footer"
|
|
>
|
|
<td
|
|
class="MuiTableCell-root MuiTableCell-footer MuiTableCell-alignCenter"
|
|
colspan="8"
|
|
>
|
|
No RX Identification Numbers
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
<div />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|