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:
parent
2519f76267
commit
928209f307
@ -4,27 +4,18 @@ exports[`<UpdateButton/> should render if warning level prop passed 1`] = `
|
|||||||
<button
|
<button
|
||||||
class="updateButton"
|
class="updateButton"
|
||||||
data-testid="update-button"
|
data-testid="update-button"
|
||||||
id="update_button_2"
|
id="update-lens-button"
|
||||||
>
|
>
|
||||||
Update
|
Update
|
||||||
<svg
|
<i
|
||||||
height="12"
|
class="Icon icon material focusable"
|
||||||
shape-rendering="crispEdges"
|
|
||||||
viewBox="0 0 12 12"
|
|
||||||
width="12"
|
|
||||||
>
|
>
|
||||||
<path
|
<span
|
||||||
d="M0,8.5h12v1H0V8.5z"
|
class="icon"
|
||||||
fill="currentColor"
|
data-icon-name="arrow_drop_down"
|
||||||
/>
|
>
|
||||||
<path
|
arrow_drop_down
|
||||||
d="M0,5.5h12v1H0V5.5z"
|
</span>
|
||||||
fill="currentColor"
|
</i>
|
||||||
/>
|
|
||||||
<path
|
|
||||||
d="M0,2.5h12v1H0V2.5z"
|
|
||||||
fill="currentColor"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</button>
|
</button>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user