Skip to content

Commit

Permalink
Update snap regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Oct 23, 2024
1 parent eb293ef commit 8c8431c
Showing 1 changed file with 0 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,81 +42,6 @@ exports[`active filter works correctly: Header title 1`] = `
</div>
`;

exports[`active filter works correctly: Search 1 page 1 1`] = `
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="april4"
>
april4
</td>
`;

exports[`active filter works correctly: Search 1 page 1 2`] = `
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="petertest"
>
petertest
</td>
`;

exports[`active filter works correctly: Search 1 page 1 3`] = `
<td
class="ant-table-cell ant-table-cell-ellipsis"
title="april4petertest"
>
april4petertest
</td>
`;

exports[`active filter works correctly: Search 1 page 1 4`] = `
<td
class="ant-table-cell"
>
<a
href="/admin/users/edit/081724e8-5fc1-47dd-8d0c-fa0c6ae6ddf0"
>
Edit
</a>
<div
class="ant-divider css-dev-only-do-not-override-k7429z ant-divider-vertical"
role="separator"
/>
<span
aria-label="more"
class="anticon anticon-more ant-dropdown-trigger more-options"
data-testid="action-dropdown"
role="img"
tabindex="-1"
>
<svg
aria-hidden="true"
data-icon="more"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M456 231a56 56 0 10112 0 56 56 0 10-112 0zm0 280a56 56 0 10112 0 56 56 0 10-112 0zm0 280a56 56 0 10112 0 56 56 0 10-112 0z"
/>
</svg>
</span>
</td>
`;

exports[`active filter works correctly: yes button 1`] = `
<button
class="ant-btn css-dev-only-do-not-override-k7429z ant-btn-primary ant-btn-sm"
type="button"
>
<span>
Yes
</span>
</button>
`;

exports[`renders correctly when listing resources: Header title 1`] = `
<div
class="ant-page-header site-page-header ant-page-header-ghost"
Expand Down

0 comments on commit 8c8431c

Please sign in to comment.