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 950f2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/manager/modules/manager-pci-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-common",
"version": "0.14.0",
"version": "1.0.0",
"private": false,
"description": "Public Cloud Common components",
"homepage": "https://github.com/ovh/manager/blob/master/packages/manager/modules/manager-pci-common/README.md",
Expand Down Expand Up @@ -34,11 +34,11 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"clsx": "2.1.1",
"date-fns": "^3.6.0",
"lodash.isequal": "^4.5.0",
"@ovh-ux/manager-core-utils": "^0.3.0"
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@ovh-ux/manager-core-api": "^0.9.0",
Expand Down
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 950f2bd

Please sign in to comment.