forked from mattermost/mattermost-test-management
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MM-106]: added the test cases for the Create new meeting in threads. #36
Open
arush-vashishtha
wants to merge
2
commits into
create_new_meeting_threads
Choose a base branch
from
MM-106
base: create_new_meeting_threads
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
81 changes: 81 additions & 0 deletions
81
data/test-cases/plugins/zoom/general/Create_new_meeting_threads.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
# (Required) Ensure all values are filled up | ||
name: "New meeting is being created after clicking `Create new meeting` in the threads view. " | ||
status: Active | ||
priority: Normal | ||
folder: General | ||
authors: "@arush-vashishtha" | ||
team_ownership: [] | ||
priority_p1_to_p4: P2 - Core Functions (Do core functions 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. Connect your Zoom account to your MM account. | ||
2. Enable the CRT from the settings on MM and open the threads from the LHS on MM. | ||
3. Select any desired thread from the `followed threads` list on MM. | ||
4. Set the zoom setting to `Personal Meeting ID` for meeting using the slash command `/zoom settings`. | ||
5. Create a meeting in the desired thread using either the slash command `/zoom start<meeting topic>` or clicking on the zoom icon in the app bar on MM. | ||
6. Navigate to the desired thread without ending the meeting and again create a meeting using either the slash command `/zoom start<meeting topic>` or clicking on the zoom icon in the app bar on MM. | ||
7. Click on the `Create new meeting` option in the slack attahcment in the desired thread. | ||
|
||
**Step 2** | ||
|
||
1. Connect your Zoom account to your MM account. | ||
2. Enable the CRT from the settings on MM and open the threads from the LHS on MM. | ||
3. Select any desired thread from the `followed threads` list on MM. | ||
4. Set the zoom setting to `Unique Meeting ID` for meeting using the slash command `/zoom settings`. | ||
5. Create a meeting in the desired thread using either the slash command `/zoom start<meeting topic>` or clicking on the zoom icon in the app bar on MM. | ||
6. Navigate to the desired thread without ending the meeting and again create a meeting using either the slash command `/zoom start<meeting topic>` or clicking on the zoom icon in the app bar on MM. | ||
7. Click on the `Create new meeting` option in the slack attahcment in the desired thread. | ||
|
||
**Step 3** | ||
|
||
1. Connect your Zoom account to your MM account. | ||
2. Enable the CRT from the settings on MM and open the threads from the LHS on MM. | ||
3. Select any desired thread from the `followed threads` list on MM. | ||
4. Set the zoom setting to `Ask everytime` for meeting using the slash command `/zoom settings`. | ||
5. Create a meeting in the desired thread using either the slash command `/zoom start<meeting topic>` or clicking on the zoom icon in the app bar on MM. | ||
6. Navigate to the desired thread without ending the meeting and again create a meeting using either the slash command `/zoom start<meeting topic>` or clicking on the zoom icon in the app bar on MM. | ||
7. Click on the `Create new meeting` option in the slack attahcment in the desired thread. | ||
|
||
**Step 4** | ||
|
||
1. After step 1, again navigate to the desired thread on MM. | ||
2. Click on the `Create new meeting` option on the existing slack attachment in the desired thread. | ||
|
||
**Step 5** | ||
|
||
1. After step 2, again navigate to the desired thread on MM. | ||
2. Click on the `Create new meeting` option on the existing slack attachment in the desired thread. | ||
|
||
**Expected** | ||
|
||
The user should get directed to the existing meeting on the Zoom. | ||
After step 2, the user should get directed to a new meeting on Zoom. | ||
After step 3, the user should get the slack attachment regarding to choose the type of meeting in the desired thread on MM. | ||
After step 4, the user should get redirected to the existing meeting on Zoom. | ||
After step 5, the user should get directed to a new meeting on Zoom. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Fix everywhere