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

create legal hold testcase #195

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

Conversation

Seyifunmi
Copy link

Summary

Create Legal Hold Testcase

Is the feature in stable branch or under review?

  • [] Feature in stable branch (master, main)?

Copy link
Member

@saturninoabril saturninoabril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Seyifunmi for submitting a PR! Overall looks good except for few comments.

To check if everything looks good locally:

  • May run deno task check for formatting and linting
  • May run deno task validate which will return test cases to be created and whether all the changes are valid (in green) or throw an error (in red).

@@ -0,0 +1,71 @@
---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this test case file to (new folder): data/test-cases/plugins/legal-hold to consolidate all plugins in a common folder.

Comment on lines +3 to +6
name: " create a legal hold."
status: Approved
priority: Normal
folder: data/test-cases/legal-hold
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: " create a legal hold."
status: Approved
priority: Normal
folder: data/test-cases/legal-hold
name: "Create a legal hold"
status: Active
priority: Normal
folder: Legal Hold

priority: Normal
folder: data/test-cases/legal-hold
authors: "@Seyifunmi"
team_ownership: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
team_ownership: []
team_ownership:
- Deployment Eng

cypress: null
detox: null
mmctl: null
playwright: true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
playwright: true;
playwright: in Production

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