-
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
Added the test cases for the context menu features and message access request in to-do list. #158
base: main
Are you sure you want to change the base?
Conversation
…ge access request in to-do list. (#32) * [MM-70]:Added the test cases for PR 404. * added the test cases for create gitlab issue * [MM-70]: added the test cases for the message attach to gitlab issue. * Fixed the comments by Aayush. * Review fixes by Raghav Co-authored-by: Raghav Aggarwal <[email protected]> * Review fixes by Raghav Co-authored-by: Raghav Aggarwal <[email protected]> --------- Co-authored-by: Raghav Aggarwal <[email protected]>
@DHaussermann @saturninoabril Can you please have a look at this? |
This looks good @arush-vashishtha. The script looks accurate to me. I will approve for merge once I confirm if we need any further validation of the Zephyr test data. |
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 @arush-vashishtha, overall looks good except for few comments.
name: "Add comment to a gitlab issue from the `Attach to GitLab Issue` option in the context menu on MM." | ||
status: Active | ||
priority: Normal | ||
folder: Context-menu-feature |
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.
folder: Context-menu-feature | |
folder: Context menu feature |
@@ -0,0 +1,43 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "Add comment to a gitlab issue from the `Attach to GitLab Issue` option in the context menu on MM." |
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: "Add comment to a gitlab issue from the `Attach to GitLab Issue` option in the context menu on MM." | |
name: "Add comment to a GitLab issue from the `Attach to GitLab Issue` option in the context menu" |
@@ -0,0 +1,49 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "Create a Gitlab issue from the `Create Gitlab Issue` in the context menu on MM." |
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 Gitlab issue from the `Create Gitlab Issue` in the context menu on MM." | |
name: "Create a Gitlab issue from the `Create Gitlab Issue` in the context menu" |
name: "Create a Gitlab issue from the `Create Gitlab Issue` in the context menu on MM." | ||
status: Active | ||
priority: Normal | ||
folder: Context-menu-feature |
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.
folder: Context-menu-feature | |
folder: Context menu feature |
**Expected** | ||
|
||
The issue should be created for the selected project on Gitlab. | ||
After step 2, the dropdown menu for additional options should get hidden upon removing the project. |
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.
Please arrange the format to follow steps/expected as commented here - #161 (review)
name: "Member access request in the todo list after entering the `/gitlab todo` slash command." | ||
status: Active | ||
priority: Normal | ||
folder: Subscriptions-and-notifications |
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.
folder: Subscriptions-and-notifications | |
folder: Subscriptions and Notifications |
|
||
**Step 1** | ||
|
||
1. Create a `member access request` from a different user to any one of your desired public project/group on gitlab. |
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.
1. Create a `member access request` from a different user to any one of your desired public project/group on gitlab. | |
1. Create a `member access request` from a different user to any one of your desired public project/group on GitLab. |
Summary
This PR consists the test cases for the following scenarios,