Skip to content

Commit

Permalink
fix(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Sep 15, 2024
1 parent 535c175 commit cae96b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jest.mock('~/stores/useUserStore', () => ({
}))

describe('Rendering', () => {
test('renders "BudgetStep" component with correct elements', () => {
test('renders "BudgetSteps" component with correct elements', () => {
const { getByText, getByTestId } = render(<BudgetStep loading={false} onClick={() => null} />)

expect(getByText('Approve Cost')).toBeInTheDocument()
Expand Down

0 comments on commit cae96b7

Please sign in to comment.