1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update snapshots

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-17 12:50:26 +03:00
parent 2519f76267
commit 928209f307

View File

@ -4,27 +4,18 @@ exports[`<UpdateButton/> should render if warning level prop passed 1`] = `
<button
class="updateButton"
data-testid="update-button"
id="update_button_2"
id="update-lens-button"
>
Update
<svg
height="12"
shape-rendering="crispEdges"
viewBox="0 0 12 12"
width="12"
<i
class="Icon icon material focusable"
>
<path
d="M0,8.5h12v1H0V8.5z"
fill="currentColor"
/>
<path
d="M0,5.5h12v1H0V5.5z"
fill="currentColor"
/>
<path
d="M0,2.5h12v1H0V2.5z"
fill="currentColor"
/>
</svg>
<span
class="icon"
data-icon-name="arrow_drop_down"
>
arrow_drop_down
</span>
</i>
</button>
`;