-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updates zephyr test cases for edit file attachment #201
Conversation
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.
Should we move each scenario as steps in Zephyr, such as **Step 2**
to 6? With that, we can map each automated test as MM-T5654_1
to _6
? Same comment to MM-T5655.
Hi @saturninoabril (can you help me if I got it right? ) You mean instead of Step_1, Step-2 in One file, have separate test files for all steps ? |
### Scenario 4: User should be able to edit post message originally containing files | ||
|
||
1. Navigate to a Channel/Gm/DM where current user has a post with attachments. | ||
2. Click the "Edit" option in the post actions menu. | ||
3. Use the "Attach" button (paperclip icon) to upload a file or drag and drop a file into the editable area. | ||
4. Save the edited post. | ||
5. Verify the attachment is visible. |
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.
Should add **Step [n]**
so this will be saved as step number in Zephyr and can be referenced as MM-T5654_4
in test report integration.
### Scenario 4: User should be able to edit post message originally containing files | |
1. Navigate to a Channel/Gm/DM where current user has a post with attachments. | |
2. Click the "Edit" option in the post actions menu. | |
3. Use the "Attach" button (paperclip icon) to upload a file or drag and drop a file into the editable area. | |
4. Save the edited post. | |
5. Verify the attachment is visible. | |
**Step 4** | |
### Scenario 4: User should be able to edit post message originally containing files | |
1. Navigate to a Channel/Gm/DM where current user has a post with attachments. | |
2. Click the "Edit" option in the post actions menu. | |
3. Use the "Attach" button (paperclip icon) to upload a file or drag and drop a file into the editable area. | |
4. Save the edited post. | |
5. Verify the attachment is visible. |
You may modify as suggested at #201 (comment) or better organize into a separate test case so that a single test key does not contain too much scenarios. |
Got it Saturn |
e2e PR: mattermost/mattermost#29797