Skip to content

Commit

Permalink
passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Apr 26, 2024
1 parent 3a4ca59 commit faf40e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import Page from './page'

test('Page', () => {
render(<Page />)
expect(screen.getByRole('heading', { level: 1, name: 'Hello no from the Frontend' })).toBeDefined()
expect(screen.getByRole('heading', { level: 1, name: 'Hello from the Frontend' })).toBeDefined()
})

0 comments on commit faf40e8

Please sign in to comment.