-
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 no webhook added on the Github side and overwritten subscriptions on MM. #153
base: main
Are you sure you want to change the base?
Added the test cases for no webhook added on the Github side and overwritten subscriptions on MM. #153
Conversation
…tions on MM. (#28) * [MM-57]: Added the test cases for no webhook and overwritten subscriptions on MM. * [MM-57]: Fixed the comments by Aayush. * [MM-57]: Fixed the comments by Raghav.
@DHaussermann @saturninoabril Can you please have a look at this? |
Thanks @arush-vashishtha this all looks accurate to me. |
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, LGTM except for few suggestions.
@@ -0,0 +1,42 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "Overwrite the existing subscriptions to a github repo or organization in MM channel" |
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: "Overwrite the existing subscriptions to a github repo or organization in MM channel" | |
name: "Overwrite the existing subscriptions to a GitHub repo or organization" |
@@ -0,0 +1,42 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "An ephemeral post in the chat when the webhook is not found on the github side." |
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: "An ephemeral post in the chat when the webhook is not found on the github side." | |
name: "An ephemeral message when no webhook found in GitHub" |
|
||
**Expected** | ||
|
||
The user will get an ephemeral message regarding `no webhook was found for the desired repository or organization` along with the successfull subscription message in the desired channel or DM/GM 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.
The user will get an ephemeral message regarding `no webhook was found for the desired repository or organization` along with the successfull subscription message in the desired channel or DM/GM on MM. | |
The user will get an ephemeral message regarding `no webhook was found for the desired repository or organization` along with the successful subscription message in the desired channel or DM/GM on MM. |
Summary
This PR consists the test cases for the following scenarios,