diff options
author | Robert Tari <robert@tari.in> | 2021-11-02 17:27:04 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-03 09:14:52 +0100 |
commit | 14d652e9b30fd053aae64d16ab96eb0e085cda40 (patch) | |
tree | 82f91636c461485788372bc13f487cc229a8d3e4 /tests | |
parent | ea6d42c51eb55d1e1b830c42c224d9953ed5264d (diff) | |
download | ayatana-indicator-datetime-14d652e9b30fd053aae64d16ab96eb0e085cda40.tar.gz ayatana-indicator-datetime-14d652e9b30fd053aae64d16ab96eb0e085cda40.tar.bz2 ayatana-indicator-datetime-14d652e9b30fd053aae64d16ab96eb0e085cda40.zip |
tests/manual: Update and fix text
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tests/manual b/tests/manual index 28c3131..d9e192c 100644 --- a/tests/manual +++ b/tests/manual @@ -1,21 +1,21 @@ -Test-case ayatana-indicator-datetime/unity7-items-check +Test-case ayatana-indicator-datetime/mate-items-check <dl> - <dt>Log in to a Unity 7 user session</dt> + <dt>Log in to a desktop user session</dt> <dt>Go to the panel and click on the DateTime indicator</dt> <dd>Ensure there are items in the menu</dd> </dl> -Test-case ayatana-indicator-datetime/unity7-greeter-items-check +Test-case ayatana-indicator-datetime/arctica-greeter-items-check <dl> <dt>Start a system and wait for the greeter or logout of the current user session</dt> <dt>Go to the panel and click on the DateTime indicator</dt> <dd>Ensure there are items in the menu</dd> </dl> -Test-case ayatana-indicator-datetime/unity8-items-check +Test-case ayatana-indicator-datetime/lomiri-items-check <dl> - <dt>Login to a user session running Unity 8</dt> + <dt>Login to a user session running Lomiri</dt> <dt>Pull down the top panel until it sticks open</dt> <dt>Navigate through the tabs until "Time and Date" is shown</dt> <dd>Upcoming is at the top of the menu</dd> @@ -31,33 +31,33 @@ Test-case ayatana-indicator-datetime/timestamp-wakeup Test-case ayatana-indicator-datetime/new-alarm-wakeup <dl> - <dt>Create and save an upcoming alarm in ubuntu-clock-app</dt> + <dt>Create and save an upcoming alarm in lomiri-clock-app</dt> <dt>Unplug the phone from any USB connection and put it to sleep</dt> <dd>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)</dd> <dd>Confirm that the screen comes on when the alarm is triggered.<dd> - <dd>If the device supports haptic feedback, confirm the alarm vibrates.</dd> + <dd>[FIXME: No haptic support right now. Remove this comment after https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67 is resolved] If the device supports haptic feedback, confirm the alarm vibrates.</dd> </dl> Test-case ayatana-indicator-datetime/disabled-alarms <dl> - <dt>Create and save an upcoming alarm in ubuntu-clock-app</dt> - <dd>Confirm that the alarm icon appears next to the current time in unity's indicator display</dd> - <dt>Disable the alarm in ubuntu-clock-app</dt> + <dt>Create and save an upcoming alarm in lomiri-clock-app</dt> + <dd>Confirm that the alarm icon appears next to the current time in Lomiri's indicator display</dd> + <dt>Disable the alarm in lomiri-clock-app</dt> <dd>When all alarms are disabled or removed, the alarm icon should disappear.</dd> - <dt>Re-enable the alarm in ubuntu-clock-app</dt> + <dt>Re-enable the alarm in lomiri-clock-app</dt> <dd>When the alarm is enabled, the alarm icon should reappear.</dd> </dl> Test-case ayatana-indicator-datetime/disable-one-time-alarms-after-notification <dl> - <dt>Create and save an upcoming nonrepeating alarm in ubuntu-clock-app</dt> - <dd>Confirm that the alarm icon appears next to the current time in unity's indicator display</dd> + <dt>Create and save an upcoming nonrepeating alarm in lomiri-clock-app</dt> + <dd>Confirm that the alarm icon appears next to the current time in Lomiri's indicator display</dd> <dt>Wait until the alarm time is reached</dt> <dd>Confirm that the alarm notification is shown</dd> <dd>Confirm that the alarm's sound is played while the alarm notification is present</dd> <dd>Confirm that the one-time alarm is disabled after the notification is shown. NOTE: due to a refresh bug in clock-app you may need to refresh its alarms page (by swapping back to the main page, then the alarm page again, this is tracked in #1362341) in order to see the alarm change from enabled to disabled.</dd> - <dt>Create and save an upcoming repeating alarm in ubuntu-clock-app</dt> - <dd>Confirm that the alarm icon appears next to the current time in unity's indicator display</dd> + <dt>Create and save an upcoming repeating alarm in lomiri-clock-app</dt> + <dd>Confirm that the alarm icon appears next to the current time in Lomiri's indicator display</dd> <dt>Wait until the alarm time is reached</dt> <dd>Confirm that the alarm notification is shown</dd> <dd>Confirm that the alarm's sound is played while the alarm notification is present</dd> @@ -76,18 +76,18 @@ Test-case ayatana-indicator-datetime/calendar-event-notification Test-case ayatana-indicator-datetime/alarm-timezone <dl> - <dt>In ubuntu-system-settings, change your timezone to a zone you're not in</dt> - <dt>In ubuntu-clock-app, create and save an upcoming alarm</dt> + <dt>In lomiri-system-settings, change your timezone to a zone you're not in</dt> + <dt>In lomiri-clock-app, create and save an upcoming alarm</dt> <dd>The indicator's menu should show the alarm to click at the specified time</dd> - <dt>In ubuntu-system-settings, change back to your correct timezone</dt> + <dt>In lomiri-system-settings, change back to your correct timezone</dt> <dd>The indicator's menu should still show the alarm to click at the specified time</dd> </dl> Test-case ayatana-indicator-datetime/snooze <dl> - <dt>Create and save an upcoming alarm in ubuntu-clock-app</dt> + <dt>Create and save an upcoming alarm in lomiri-clock-app</dt> <dt>When the alarm goes off, press the 'Snooze' button</dt> - <dd>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.</dd> + <dd>The alarm should go away, then reappear N minutes later. By default the N is 5 minutes but will be configurable from lomiri-clock-app.</dd> <dt>When the snoozed alarm reappears, press the 'OK' button</dt> <dd>This time when the alarm is dismissed, it should not reappear.</dd> </dl> @@ -139,7 +139,7 @@ Test-case ayatana-indicator-datetime/silent-mode Test-case ayatana-indicator-datetime/manual-time <dl> - <dt>In System Settings > Time and Date, manually change the time to an arbitrary time.</dt> + <dt>In your system's Time and Date Settings, manually change the time to an arbitrary time.</dt> <dd>The indicator's timestamp should change right after the time manual time is set.</dd> </dl> |