Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unit test] IpaTextInput component #608

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

carma12
Copy link
Collaborator

@carma12 carma12 commented Jan 9, 2025

The IpaTextInput component should have its own test to check its functionality. This has been created to check the following cases:

  • It renders the component with default props
  • It calls onChange when input value changes
  • It renders the component when disabled input is received

In order to have a better organization of the components
and its tests, those should be under a folder with the
same name as the component itsef. Also, some affected
components imports must be corrected to the new path.

Signed-off-by: Carla Martinez <[email protected]>
The `IpaTextInput` component must have a test
to check its functionality.

Signed-off-by: Carla Martinez <[email protected]>
@carma12 carma12 added needs-review This PR is waiting on a review tests PR related to testing labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review This PR is waiting on a review tests PR related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants