Skip to content

Commit

Permalink
Fix stories and snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Sep 13, 2024
1 parent 433cb6f commit 0ca0c29
Show file tree
Hide file tree
Showing 12 changed files with 3,175 additions and 5,245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1750,11 +1750,12 @@ exports[`render Roles 1`] = `
<div
class="c3"
>
<div
<form
class="c4"
>
<input
class="c5"
name="searchValue"
placeholder="Search..."
value=""
/>
Expand All @@ -1765,7 +1766,7 @@ exports[`render Roles 1`] = `
class="c7"
/>
</div>
</div>
</form>
</div>
<div
class="c8 c9"
Expand Down
4 changes: 2 additions & 2 deletions web/packages/teleport/src/Audit/Audit.story.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import { LoadedSample, AllPossibleEvents } from './Audit.story';

test('loaded audit log screen', async () => {
const { container } = render(<LoadedSample />);
await screen.findByText(/Audit Log/);
expect(container.firstChild).toMatchSnapshot();
await screen.findAllByText(/Showing/);
expect(container).toMatchSnapshot();
});

test('list of all events', async () => {
Expand Down
Loading

0 comments on commit 0ca0c29

Please sign in to comment.