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
|
||||
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>
|
||||
`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user