-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac74760
commit e97b3c2
Showing
4 changed files
with
100 additions
and
2 deletions.
There are no files selected for viewing
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
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
48 changes: 48 additions & 0 deletions
48
data/test-cases/channels/schedule-messages/2-Most-Recent_times.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,48 @@ | ||
--- | ||
# (Required) Ensure all values are filled up | ||
name: "Verify User can see most recent time used in the Send button dropdown option" | ||
status: Active | ||
priority: Normal | ||
folder: Schedule Messages | ||
authors: "@yasserfaraazkhan" | ||
team_ownership: | ||
- ICU | ||
priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?) | ||
|
||
# (Optional) | ||
location: Messaging | ||
component: null | ||
tags: [] | ||
labels: [] | ||
tested_by_contributor: "" | ||
|
||
# (Optional) Test type and tools | ||
cypress: N/A | ||
detox: N/A | ||
mmctl: N/A | ||
playwright: N/A | ||
rainforest: [] | ||
manual_test_environments: [] | ||
|
||
# Do not change | ||
id: null | ||
key: null | ||
created_on: null | ||
last_updated: null | ||
case_hashed: null | ||
steps_hashed: null | ||
--- | ||
|
||
### Scenario 1: Able to see most recent custom time when scheduling a message | ||
|
||
Steps: | ||
|
||
1. Log into User's account. | ||
2. Type a message in the GM/Channel post text box. | ||
3. Click on the Dropdown beside Send button. | ||
4. Click on `Choose a custom time`. | ||
5. Choose a future date and time. | ||
6. Click on scehdule button. | ||
7. Verify the message is scehduled. | ||
8. Compose another schedule message and click on the Dropdown beside Send button. | ||
9. Verify the user can see the recent custom Date and time used to schedule. |
48 changes: 48 additions & 0 deletions
48
data/test-cases/channels/schedule-messages/3-Shared-Channel.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,48 @@ | ||
--- | ||
# (Required) Ensure all values are filled up | ||
name: "Verify User schedule a message in a shared channel" | ||
status: Active | ||
priority: Normal | ||
folder: Schedule Messages | ||
authors: "@yasserfaraazkhan" | ||
team_ownership: | ||
- ICU | ||
priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?) | ||
|
||
# (Optional) | ||
location: Messaging | ||
component: null | ||
tags: [] | ||
labels: [] | ||
tested_by_contributor: "" | ||
|
||
# (Optional) Test type and tools | ||
cypress: N/A | ||
detox: N/A | ||
mmctl: N/A | ||
playwright: N/A | ||
rainforest: [] | ||
manual_test_environments: [] | ||
|
||
# Do not change | ||
id: null | ||
key: null | ||
created_on: null | ||
last_updated: null | ||
case_hashed: null | ||
steps_hashed: null | ||
--- | ||
|
||
### Scenario 1: Able to see schedule a message in a shared channel. | ||
|
||
Test setup: | ||
|
||
1. Have 2 mattermost instances that have a shared channel. | ||
|
||
Steps: | ||
|
||
1. Log into First mattermost instance. | ||
2. Go to the shared channel and schedule a message. | ||
3. Log into Sendond mattermost instance. | ||
4. Go to the shared channel. | ||
5. Verify the scheduled message has arrived successfully |