Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng committed Dec 17, 2024
1 parent 27bad06 commit 3eecbbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
exports[`GreenboneLogo tests > should render 1`] = `
<img
alt="Greenbone Security Assistant"
data-testid="greenbone-logo"
src="/src/web/components/icon/svg/greenbone.svg"
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`GreenboneLogo tests > should render 1`] = `
<img
alt="Greenbone AG"
class="c0"
data-testid="greenbone-login-logo"
src="/img/greenbonehorizontal.png"
/>
`;
2 changes: 2 additions & 0 deletions src/web/components/qod/__tests__/__snapshots__/qod.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Qod tests > should render Qod value 1`] = `
<span
class="c0"
data-testid="qod"
>
42
%
Expand All @@ -20,6 +21,7 @@ exports[`Qod tests > should render Qod value 2`] = `
<span
class="c0"
data-testid="qod"
>
42
%
Expand Down

0 comments on commit 3eecbbc

Please sign in to comment.