Skip to content

Commit

Permalink
correção do teste do progressBar
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMaciel1 committed Jan 9, 2025
1 parent 8ef52dc commit c4e976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cortex-react/src/tests/ProgressBar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('ProgressBar', () => {
const filledProgress = screen.getByTestId('progress-filled');

expect(progressElement).toBeInTheDocument();
expect(filledProgress).toHaveStyle({ width: '50%' });
expect(filledProgress).toHaveStyle({ width: '100%' });
expect(filledProgress).toHaveClass('bg-primary-medium');
});

Expand Down

0 comments on commit c4e976c

Please sign in to comment.