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

RUN-2321-Feat/unit test for activity running indicator #9102

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

Conversation

jayas006
Copy link
Contributor

@jayas006 jayas006 commented May 3, 2024

Is this a bugfix, or an enhancement? Please describe.
This is an enhancement

Describe the solution you've implemented

  • Verifying that the component renders correctly when the count is 0.
  • Checking that the component renders and displays the correct count when the count is greater than 0.
  • Ensuring that the count updates correctly when the updateNowrunning method is called.
  • Confirming that the component emits the activity-nowrunning-click-action event when clicked.
  • Checking that the component registers the activity-nowrunning-count event on mount.
    -Ensuring that the component unregisters the activity-nowrunning-count event on unmount.

Describe alternatives you've considered

Additional context
These unit tests were created to improve the reliability and maintainability of the ActivityRunningIndicator.vue component by automating the verification of its key behaviors. This helps ensure that the component works as expected and reduces the risk of introducing bugs when making changes to the component in the future.

@jayas006 jayas006 changed the title Feat/unit test for activity running indicator RUN-2321-Feat/unit test for activity running indicator May 13, 2024
@jayas006 jayas006 marked this pull request as ready for review May 15, 2024 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant