Skip to content

Commit

Permalink
update snapshots with jest src -u from packages/core
Browse files Browse the repository at this point in the history
Signed-off-by: Roman <ixrock@gmail.com>
  • Loading branch information
ixrock committed Feb 24, 2023
1 parent 883ad8d commit 7c8b5fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,26 +1251,8 @@ exports[`disable kube object detail items when cluster is not relevant given not
<div
class="drawer-title-text flex gaps align-center"
>
some-kind: some-name
<i
class="Icon material interactive focusable"
tabindex="0"
>
<span
class="icon"
data-icon-name="content_copy"
>
content_copy
</span>
</i>
<div>
Copy
</div>
</div>
<ul
class="Menu MenuActions flex KubeObjectMenu toolbar gaps right bottom"
id="menu-actions-for-kube-object-menu-for-some-uid"
/>
<i
class="Icon material interactive focusable"
tabindex="0"
Expand All @@ -1290,50 +1272,12 @@ exports[`disable kube object detail items when cluster is not relevant given not
class="drawer-content flex column box grow"
>
<div
class="DrawerItem"
>
<span
class="name"
>
Name
</span>
<span
class="value"
>
some-name
</span>
</div>
<div
class="DrawerItem"
class="box center"
>
<span
class="name"
>
Namespace
</span>
<span
class="value"
>
<a
href="/workloads?kube-details=%2Fapi%2Fv1%2Fnamespaces%2Fsome-namespace&kube-selected=%2Fapis%2Fsome-api-version%2Fnamespaces%2Fsome-namespace%2Fsome-kind%2Fsome-name"
>
some-namespace
</a>
</span>
</div>
<div>
<div
class="DrawerTitle title"
>
<span>
Events
</span>
</div>
<div
class="empty"
>
No events found
</div>
Resource loading has failed:
<b>
TypeError: store.getByPath is not a function
</b>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,8 @@ exports[`reactively hide kube object detail item renders 1`] = `
<div
class="drawer-title-text flex gaps align-center"
>
some-kind: some-name
<i
class="Icon material interactive focusable"
tabindex="0"
>
<span
class="icon"
data-icon-name="content_copy"
>
content_copy
</span>
</i>
<div>
Copy
</div>
</div>
<ul
class="Menu MenuActions flex KubeObjectMenu toolbar gaps right bottom"
id="menu-actions-for-kube-object-menu-for-some-uid"
/>
<i
class="Icon material interactive focusable"
tabindex="0"
Expand All @@ -55,50 +37,12 @@ exports[`reactively hide kube object detail item renders 1`] = `
class="drawer-content flex column box grow"
>
<div
class="DrawerItem"
class="box center"
>
<span
class="name"
>
Name
</span>
<span
class="value"
>
some-name
</span>
</div>
<div
class="DrawerItem"
>
<span
class="name"
>
Namespace
</span>
<span
class="value"
>
<a
href="/workloads?kube-details=%2Fapi%2Fv1%2Fnamespaces%2Fsome-namespace&kube-selected=%2Fapis%2Fsome-api-version%2Fnamespaces%2Fsome-namespace%2Fsome-kind%2Fsome-name"
>
some-namespace
</a>
</span>
</div>
<div>
<div
class="DrawerTitle title"
>
<span>
Events
</span>
</div>
<div
class="empty"
>
No events found
</div>
Resource loading has failed:
<b>
TypeError: store.getByPath is not a function
</b>
</div>
</div>
</div>
Expand Down Expand Up @@ -631,26 +575,8 @@ exports[`reactively hide kube object detail item when the item is shown renders
<div
class="drawer-title-text flex gaps align-center"
>
some-kind: some-name
<i
class="Icon material interactive focusable"
tabindex="0"
>
<span
class="icon"
data-icon-name="content_copy"
>
content_copy
</span>
</i>
<div>
Copy
</div>
</div>
<ul
class="Menu MenuActions flex KubeObjectMenu toolbar gaps right bottom"
id="menu-actions-for-kube-object-menu-for-some-uid"
/>
<i
class="Icon material interactive focusable"
tabindex="0"
Expand All @@ -670,55 +596,12 @@ exports[`reactively hide kube object detail item when the item is shown renders
class="drawer-content flex column box grow"
>
<div
class="DrawerItem"
>
<span
class="name"
>
Name
</span>
<span
class="value"
>
some-name
</span>
</div>
<div
class="DrawerItem"
>
<span
class="name"
>
Namespace
</span>
<span
class="value"
>
<a
href="/workloads?kube-details=%2Fapi%2Fv1%2Fnamespaces%2Fsome-namespace&kube-selected=%2Fapis%2Fsome-api-version%2Fnamespaces%2Fsome-namespace%2Fsome-kind%2Fsome-name"
>
some-namespace
</a>
</span>
</div>
<div
data-testid="some-kube-object-detail-item"
class="box center"
>
Some detail
</div>
<div>
<div
class="DrawerTitle title"
>
<span>
Events
</span>
</div>
<div
class="empty"
>
No events found
</div>
Resource loading has failed:
<b>
TypeError: store.getByPath is not a function
</b>
</div>
</div>
</div>
Expand Down

0 comments on commit 7c8b5fc

Please sign in to comment.