Skip to content

Commit

Permalink
Update existing SaptuneVersion test, to check if icon is rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed Jan 23, 2024
1 parent 62d6574 commit aceba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/pages/SaptuneDetails/SaptuneVersion.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import SaptuneVersion from './SaptuneVersion';

describe('SaptuneVersion', () => {
it.each([
{ version: null, text: 'Not installed', iconCss: null },
{ version: null, text: 'Not installed', iconCss: 'fill-yellow-500' },
{ version: '3.0.0', text: '3.0.0', iconCss: 'fill-yellow-500' },
{ version: '3.1.0', text: '3.1.0', iconCss: null },
])(
Expand Down

0 comments on commit aceba03

Please sign in to comment.