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] IpaTextArea component #606

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

Conversation

carma12
Copy link
Collaborator

@carma12 carma12 commented Dec 20, 2024

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

  • It renders the TextArea component
  • It calls onChange method when the value is changed
  • It sets the TextArea to readOnly when readOnly parameter is set in the component

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]>
@carma12 carma12 added needs-review This PR is waiting on a review tests PR related to testing labels Dec 20, 2024
The `IpaTextArea` component must have a test
to check its functionality.

Signed-off-by: Carla Martinez <[email protected]>
@carma12 carma12 force-pushed the unit-test-IpaTextarea branch from 60282fb to 119c06f Compare December 20, 2024 15:32
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.

1 participant