-
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
fc37602
commit a3837c1
Showing
7 changed files
with
80 additions
and
4 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
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
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
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,65 @@ | ||
--- | ||
# (Required) Ensure all values are filled up | ||
name: "Notification sound modal selection should reset when settings canceled" | ||
status: Active | ||
priority: Normal | ||
folder: Settings | ||
authors: "@yasserfaraazkhan" | ||
team_ownership: | ||
- ICU | ||
priority_p1_to_p4: P2 - Core Functions (Do core functions work?) | ||
|
||
# (Optional) | ||
location: null | ||
component: null | ||
tags: [] | ||
labels: [] | ||
tested_by_contributor: "" | ||
|
||
# (Optional) Test type and tools | ||
cypress: null | ||
detox: null | ||
mmctl: null | ||
playwright: null | ||
rainforest: [] | ||
manual_test_environments: [] | ||
|
||
# Do not change | ||
id: 105205910 | ||
key: MM-T5458 | ||
created_on: "2023-10-20T11:16:41Z" | ||
last_updated: "2023-10-20T16:46:40Z" | ||
case_hashed: 153b619264d73ddffc174acbc211bedd6b9b10a3f578b769960c52c98ee2a824169d2c783ac39c849577fb44418b19dc | ||
steps_hashed: 9b661da10eba6f90f9c93bb6095d9a92d754e051edf0f0fcc78e2a50210f9146f28eaf6b4c67a73777d28f77bea2e48f | ||
--- | ||
|
||
<!-- (Auto-generated) Based on frontmatter's "key" and "name" --> | ||
|
||
## MM-T5458: Notification sound modal selection should reset when settings canceled | ||
|
||
--- | ||
|
||
**Step 1** | ||
|
||
prerequisite: | ||
|
||
1. In System Console > Calls , set `Enable call ringing (Beta)` to true | ||
|
||
Steps: | ||
|
||
1. Login to mattermost. | ||
2. Open the Settings and Click on `Edit` button of Desktop Notifications . | ||
3. Scroll to `Notification sound` and change the Sound to `Down`. | ||
4. Cancel the settings. | ||
5. Verify the `Desktop Notification` edit mode is closed. | ||
6. Click on Desktop Notifications setting `Edit` button. | ||
7. Verify the Notification sound value is not `Down`. | ||
|
||
Notification sound for incoming calls | ||
|
||
1. Open the Settings and Click on `Edit` button of Desktop Notifications . | ||
2. Scroll to `Notification sound for incoming calls` and change the Sound to `Cheerful`. | ||
3. Cancel the settings. | ||
4. Verify the `Desktop Notification` edit mode is closed. | ||
5. Click on Desktop Notifications setting `Edit` button. | ||
6. Verify the Notification sound for incoming calls value is not `Cheerful`. |