Skip to content

Commit

Permalink
Added the test cases of Jira release 4.1.0 (#115)
Browse files Browse the repository at this point in the history
* [MI-3546]: Added the test cases of Jira release 4.1.0 (#4)

* [MI-3546]: Added the test cases of Jira release 4.1.0

* [MI-3546]: Review fix

Co-authored-by: kshitij katiyar <[email protected]>

* [MI-3546] Review fixes

---------

Co-authored-by: kshitij katiyar <[email protected]>

* Changed the step to Create Jira issue

---------

Co-authored-by: kshitij katiyar <[email protected]>
  • Loading branch information
AayushChaudhary0001 and Kshitij-Katiyar authored Oct 18, 2023
1 parent b6ef184 commit ddb00d4
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# (Required) Ensure all values are filled up
name: "Jira about"
status: Active
priority: Normal
folder: General slash commands
authors: "@AayushChaudhary0001"
team_ownership:
priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)

# (Optional)
location: null
component: null
tags: []
labels: []
tested_by_contributor: null

# (Optional) Test type and tools
cypress: null
detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments: []

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

**Step 1**

Run the /jira about slash command.

**Expected**

The user should be presented with the information of Jira version and when it was installed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# (Required) Ensure all values are filled up
name: "Jira setup"
status: Active
priority: Normal
folder: General slash commands
authors: "@AayushChaudhary0001"
team_ownership:
priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)

# (Optional)
location: null
component: null
tags: []
labels: []
tested_by_contributor: null

# (Optional) Test type and tools
cypress: null
detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments: []

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

**Step 1**

Write the /jira setup slash command.

**Expected**

The setup command should be visible in the autocomplete list.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# (Required) Ensure all values are filled up
name: "Create issue modal"
status: Active
priority: Normal
folder: General slash commands
authors: "@AayushChaudhary0001"
team_ownership:
priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?)

# (Optional)
location: null
component: null
tags: []
labels: []
tested_by_contributor: null

# (Optional) Test type and tools
cypress: null
detox: null
mmctl: null
playwright: null
rainforest: []
manual_test_environments: []

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

**Step 1**

1. Post any new message in the channel.
2. Click on the create Jira issue option in post menu actions.
3. Select any project and fill the following fields.
4. Change the project afterwards.

**Expected**

The modal should not close, instead it should adjust itself for a new entry after changing the selected project.

0 comments on commit ddb00d4

Please sign in to comment.