mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update kube-object-menu snapshots
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
fdf7011d20
commit
1896e42f17
@ -37,10 +37,6 @@ exports[`kube-object-menu given kube object renders 1`] = `
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="Animate opacity-scale Dialog flex center ConfirmDialog modal"
|
|
||||||
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
||||||
/>
|
|
||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -82,9 +78,8 @@ exports[`kube-object-menu given kube object when removing kube object renders 1`
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="Animate opacity-scale Dialog flex center ConfirmDialog modal"
|
class="Dialog flex center ConfirmDialog modal"
|
||||||
data-testid="confirmation-dialog"
|
data-testid="confirmation-dialog"
|
||||||
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="box"
|
class="box"
|
||||||
@ -179,9 +174,8 @@ exports[`kube-object-menu given kube object with namespace when removing kube ob
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="Animate opacity-scale Dialog flex center ConfirmDialog modal"
|
class="Dialog flex center ConfirmDialog modal"
|
||||||
data-testid="confirmation-dialog"
|
data-testid="confirmation-dialog"
|
||||||
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="box"
|
class="box"
|
||||||
@ -276,9 +270,8 @@ exports[`kube-object-menu given kube object without namespace when removing kube
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="Animate opacity-scale Dialog flex center ConfirmDialog modal"
|
class="Dialog flex center ConfirmDialog modal"
|
||||||
data-testid="confirmation-dialog"
|
data-testid="confirmation-dialog"
|
||||||
style="--enter-duration: 100ms; --leave-duration: 100ms;"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="box"
|
class="box"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user