-
Notifications
You must be signed in to change notification settings - Fork 18
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 @@ | |||
--- |
There was a problem hiding this comment.
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.
name: " create a legal hold." | ||
status: Approved | ||
priority: Normal | ||
folder: data/test-cases/legal-hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
team_ownership: [] | |
team_ownership: | |
- Deployment Eng |
cypress: null | ||
detox: null | ||
mmctl: null | ||
playwright: true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
playwright: true; | |
playwright: in Production |
Summary
Create Legal Hold Testcase
Is the feature in stable branch or under review?