Skip to content

Commit

Permalink
test(pci-common): update banner test suite
Browse files Browse the repository at this point in the history
ref: TAPC-2378
Signed-off-by: Frédéric Vilcot <[email protected]>
  • Loading branch information
fredericvilcot committed Dec 16, 2024
1 parent af803fd commit aa8c12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('PciFreeLocalZonesBanner tests', () => {
/>,
);

expect(container.querySelector('osds-link')).toHaveAttribute(
expect(container.querySelector('ods-link')).toHaveAttribute(
'href',
URLs[subsidiary],
);
Expand Down

0 comments on commit aa8c12a

Please sign in to comment.