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

Added tests around deleting component via ui #15852

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

marcusmoore
Copy link
Collaborator

Description

This PR adds tests around component deletion via the UI.

Type of change

  • Testing

@marcusmoore marcusmoore requested a review from snipe as a code owner November 20, 2024 00:45
Copy link

what-the-diff bot commented Nov 20, 2024

PR Summary

  • Refinement of Component Removal Process

    • The way components are removed has been improved. To prevent any unexpected issues, a check has now been introduced to verify if an associated image exists before proceeding with the removal.
  • Introduction of 'DeleteComponentTest'

    • To ensure that our component removal system functions as expected, a comprehensive set of tests has been created. These tests cover a variety of aspects such as:
      • Making sure that only authorized personnel can delete a component.
      • Ensuring that the system can handle attempts to remove components that do not exist.
      • Confirming a component and its associated image are successfully removed when requested.
      • Checking that all component removal actions are properly recorded in the system log.
      • Verifying our system respects the specific rules and boundaries related to multiple companies during the component removal process.

@snipe snipe merged commit cca7600 into snipe:develop Nov 20, 2024
9 checks passed
@marcusmoore marcusmoore deleted the testing/ui-delete-component branch November 20, 2024 17:37
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.

2 participants