Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Jul 3, 2023
1 parent 8453d14 commit 20e91cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('HanaClusterDetails component', () => {
);

const unregisteredHostContainer = screen.getByText('unknownhost').nextSibling;
const registeredHostContainer = screen.getByText('unknownhost');
const registeredHostContainer = screen.getByText('registeredhost');

expect(registeredHostContainer).toBeInTheDocument();
expect(unregisteredHostContainer.querySelector('a')).toHaveAttribute(
Expand Down

0 comments on commit 20e91cd

Please sign in to comment.