From 70605d7ef5e4d977231e2de1cb8441b53b110206 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 10 Oct 2014 09:51:45 -0500 Subject: Small tag typo --- tests/manual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual') diff --git a/tests/manual b/tests/manual index ae7f080..c45c56e 100644 --- a/tests/manual +++ b/tests/manual @@ -72,7 +72,7 @@ Test-case indicator-datetime/edited-alarm-wakeup Test-case indicator-datetime/tell-snap-decision-to-dismiss
-
Set an alarm and wait for it to arrive. +
Set an alarm and wait for it to arrive.
Alarm should go off at the specified time
Press the 'Dismiss' button in the alarm's snap decision popup before the sound stops.
Popup should disappear
-- cgit v1.2.3 From 7d3da01bc2850f96a6e803c529858aba4832beb2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 10 Oct 2014 10:33:39 -0500 Subject: Another typo --- tests/manual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual') diff --git a/tests/manual b/tests/manual index c45c56e..6a9f795 100644 --- a/tests/manual +++ b/tests/manual @@ -25,7 +25,7 @@ Test-case indicator-datetime/unity8-items-check Test-case indicator-datetime/timestamp-wakeup
Unplug the phone from any USB connection and put it to sleep
-
Reawaken the device. +
Reawaken the device.
The indicator should be showing the correct time.
-- cgit v1.2.3 From fdc1a9caf31a111b58046e1d9a60afdd67b861e2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 10 Oct 2014 10:36:46 -0500 Subject: Removing newlines because the sed script can't handle them. --- tests/manual | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tests/manual') diff --git a/tests/manual b/tests/manual index 6a9f795..47ffb6f 100644 --- a/tests/manual +++ b/tests/manual @@ -33,9 +33,7 @@ Test-case indicator-datetime/new-alarm-wakeup
Create and save an upcoming alarm in ubuntu-clock-app
Unplug the phone from any USB connection and put it to sleep
-
Confirm that the alarm sounds on time even if the phone is asleep. - (Note: if in doubt about sleep you can see in the syslog whether the - device actually suspended or whether the suspend was aborted)
+
Confirm that the alarm sounds on time even if the phone is asleep. (Note: if in doubt about sleep you can see in the syslog whether the device actually suspended or whether the suspend was aborted)
Confirm that the screen comes on when the alarm is triggered.
If the device supports haptic feedback, confirm the alarm vibrates.
@@ -53,8 +51,7 @@ Test-case indicator-datetime/snooze
Create and save an upcoming alarm in ubuntu-clock-app
When the alarm goes off, press the 'Snooze' button
-
The alarm should go away, then reappear N minutes later. - By default the N is 5 minutes but will be configurable from ubuntu-clock-app.
+
The alarm should go away, then reappear N minutes later. By default the N is 5 minutes but will be configurable from ubuntu-clock-app.
When the snoozed alarm reappears, press the 'OK' button
This time when the alarm is dismissed, it should not reappear.
@@ -63,9 +60,7 @@ Test-case indicator-datetime/edited-alarm-wakeup
Edit an alarm that's already passed. (see previous test)
Unplug the phone from any USB connection and put it to sleep
-
Confirm that the alarm sounds on time even if the phone is asleep. - (Note: if in doubt about sleep you can see in the syslog whether the - device actually suspended or whether the suspend was aborted)
+
Confirm that the alarm sounds on time even if the phone is asleep. (Note: if in doubt about sleep you can see in the syslog whether the device actually suspended or whether the suspend was aborted)
Confirm that the screen comes on when the alarm is triggered.
If the device supports haptic feedback, confirm the alarm vibrates.
-- cgit v1.2.3