mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 17:43:51 +00:00
76 lines
2.3 KiB
Plaintext
76 lines
2.3 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`<ManageServersRowDropdown /> > renders expected size and icon 1`] = `
|
|
<div>
|
|
<div
|
|
class="tw:relative tw:inline-block"
|
|
>
|
|
<button
|
|
aria-controls="«r9»"
|
|
aria-expanded="false"
|
|
aria-haspopup="true"
|
|
aria-label="Options"
|
|
class="tw:flex tw:items-center tw:rounded-md tw:focus-ring tw:cursor-pointer tw:border tw:border-lm-border tw:dark:border-dm-border tw:bg-lm-primary tw:dark:bg-dm-primary tw:group-[&]/card:bg-lm-input tw:group-[&]/card:dark:bg-dm-input tw:px-3 tw:py-1.5 tw:gap-x-2"
|
|
type="button"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="svg-inline--fa fa-ellipsis-vertical "
|
|
data-icon="ellipsis-vertical"
|
|
data-prefix="fas"
|
|
focusable="false"
|
|
role="img"
|
|
viewBox="0 0 128 512"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"
|
|
fill="currentColor"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<span>
|
|
DeleteServerModal
|
|
[CLOSED]
|
|
</span>
|
|
</div>
|
|
`;
|
|
|
|
exports[`<ManageServersRowDropdown /> > renders expected size and icon 2`] = `
|
|
<div>
|
|
<div
|
|
class="tw:relative tw:inline-block"
|
|
>
|
|
<button
|
|
aria-controls="«rb»"
|
|
aria-expanded="false"
|
|
aria-haspopup="true"
|
|
aria-label="Options"
|
|
class="tw:flex tw:items-center tw:rounded-md tw:focus-ring tw:cursor-pointer tw:border tw:border-lm-border tw:dark:border-dm-border tw:bg-lm-primary tw:dark:bg-dm-primary tw:group-[&]/card:bg-lm-input tw:group-[&]/card:dark:bg-dm-input tw:px-3 tw:py-1.5 tw:gap-x-2"
|
|
type="button"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="svg-inline--fa fa-ellipsis-vertical "
|
|
data-icon="ellipsis-vertical"
|
|
data-prefix="fas"
|
|
focusable="false"
|
|
role="img"
|
|
viewBox="0 0 128 512"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"
|
|
fill="currentColor"
|
|
/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<span>
|
|
DeleteServerModal
|
|
[CLOSED]
|
|
</span>
|
|
</div>
|
|
`;
|