Skip to content

Commit

Permalink
added test for the case of no available repository
Browse files Browse the repository at this point in the history
  • Loading branch information
GailMelanie committed Dec 6, 2024
1 parent f72db40 commit 2eb7438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('AASListDataWrapper', () => {
await waitFor(() => screen.getByTestId('list-next-button'));
});

it('Disables the back button on the first page', async () => {
it('Should disable the back button on the first page', async () => {
const backButton = await waitFor(() => screen.getByTestId('list-back-button'));
expect(screen.getByText('assetId1', { exact: false })).toBeInTheDocument();
expect(backButton).toBeDisabled();
Expand Down

0 comments on commit 2eb7438

Please sign in to comment.