diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-07 13:45:26 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-10-07 13:45:26 -0500 |
commit | c1277f9e0a84a11452225d6492a65c4c5b24fd40 (patch) | |
tree | 1d0c20c30dd1645f1011a04e6cdb91e5b9275f5c /tests/manual | |
parent | 17b0b165a36bc9dc12311f56c737e252f573dc99 (diff) | |
download | ayatana-indicator-datetime-c1277f9e0a84a11452225d6492a65c4c5b24fd40.tar.gz ayatana-indicator-datetime-c1277f9e0a84a11452225d6492a65c4c5b24fd40.tar.bz2 ayatana-indicator-datetime-c1277f9e0a84a11452225d6492a65c4c5b24fd40.zip |
add a manual test case from dmorley's report in #1364949
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index 87ad674..ee93fd5 100644 --- a/tests/manual +++ b/tests/manual @@ -79,6 +79,19 @@ Test-case indicator-datetime/tell-snap-decision-to-dismiss <dd>Sound should stop at the same time, rather than playing til the end of the file.</dd> </dl> +Test-case indicator-datetime/change-alarm-sound +<dl> + <dt>Open the clock app</dt> + <dt>Swipe up from the bottom</dt> + <dt>Click on the + symbol</dt> + <dt>Save an alarm for a few minutes time leave everything on default settings</dt> + <dt>Click on save</dt> + <dt>Click on the alarm</dt> + <dt>Change the sound of the alarm</dt> + <dt>Click on save</dt> + <dt>Let the alarm go off</dt> + <dd>The newly-selected sound should play, rather than the previous sound.</dd> +</dl> <strong> If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. |