Skip to content

Commit

Permalink
fix: fix broken About tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Sep 9, 2024
1 parent 6a58fdf commit 8217654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/About/About.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('<About />', () => {

expect(screen.getByText('About')).toBeInTheDocument();
const logo = screen.getByRole('img');
expect(logo).toHaveClass('pf-c-brand cryostat-logo');
expect(logo).toHaveClass('pf-v5-c-brand cryostat-logo');
expect(logo).toHaveAttribute('alt', 'Cryostat');
expect(logo).toHaveAttribute('src', 'test-file-stub');
expect(screen.getByText(testT('CRYOSTAT_TRADEMARK', { ns: 'common' }))).toBeInTheDocument();
Expand Down

0 comments on commit 8217654

Please sign in to comment.