Skip to content

Commit 5112946

Browse files
committed
Update number of annotations for resource that is used as fixture again
1 parent 2a133fe commit 5112946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/integration/mirador/tests/annotations.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ describe('Annotations in Mirador', () => {
4242

4343
expect(await screen.findByRole('heading', { name: 'Annotations' })).toBeInTheDocument();
4444

45-
expect(await screen.findByText('Showing 6 annotations')).toBeInTheDocument();
45+
expect(await screen.findByText('Showing 12 annotations')).toBeInTheDocument();
4646

4747
const annotationPanel = await screen.findByRole('complementary', { name: /annotations/i });
4848
expect(annotationPanel).toBeInTheDocument();
4949

5050
const listItems = await within(annotationPanel).findAllByRole('menuitem');
51-
expect(listItems).toHaveLength(6);
51+
expect(listItems).toHaveLength(12);
5252
});
5353
});

0 commit comments

Comments
 (0)