Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
djordjevlais committed May 9, 2024
1 parent 856f0fe commit c9f2b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-x-activitypub/test/unit/ListIndex.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ describe('Demo', function () {
it('renders a component', async function () {
render(<ListIndex/>);

expect(screen.getAllByRole('heading')[0].textContent).toEqual('ActivityPub Demo');
expect(screen.getAllByRole('heading')[0].textContent).toEqual('Outbox');
});
});

0 comments on commit c9f2b80

Please sign in to comment.