Skip to content

Commit

Permalink
Update PressaoArterial.teste.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloHenriqueRod authored Jan 20, 2025
1 parent ad5eda8 commit 3aaf217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app-menu/components/__tests__/PressaoArterial.teste.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('RegistroPressaoArterial', () => {
expect(queryByText('Sistólica: 120')).toBeTruthy();
expect(queryByText('Diastólica: 80')).toBeTruthy();
expect(queryByText('Pulso: 70')).toBeTruthy();
expect(queryByText('Momento: Manhã')).toBeTruthy();
});

it('should show an alert when not all fields are filled', () => {
Expand Down

0 comments on commit 3aaf217

Please sign in to comment.