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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions data/test-cases/legal-hold/create-legal-hold.md
Original file line number Diff line number Diff line change
@@ -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.

# (Required) Ensure all values are filled up
name: " create a legal hold."
status: Approved
priority: Normal
folder: data/test-cases/legal-hold
Comment on lines +3 to +6
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

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

priority_p1_to_p4: P2 - Core functions (Do core functions work?)

# (Optional)
location: Plugins
component: null
tags: []
labels: []
tested_by_contributor: "@seyifunmi|11-08-2024"

# (Optional) Test type and tools
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

rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T3982: Admin can create a legal hold

**Objective**
Verify that admin can create a legal hold successfully

---

**Step 1**

1\. On the legal hold plugin page\
2\. Click Create new button\

**Expected**

The create legal hold modal pops up

---

**Step 2**

3\. Enter name\
4\. Select user\
5\. Enter a Start date\

**Expected**

Create legal hold button becomes enabled

**Step 3**

6\. Click create legal hold button\

**Expected**

Legal hold created successfully
Loading