diff options
author | Ted Gould <ted@gould.cx> | 2014-01-31 14:17:55 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-01-31 14:17:55 -0600 |
commit | 781f69eb057011299447d5e2a8eb85c1df1d054a (patch) | |
tree | be3903c2b154b5b867daadd4ab3e80f607c40440 | |
parent | 2c8955bb8c4c2d6914255d914bf2460dfd2723d7 (diff) | |
download | ayatana-indicator-datetime-781f69eb057011299447d5e2a8eb85c1df1d054a.tar.gz ayatana-indicator-datetime-781f69eb057011299447d5e2a8eb85c1df1d054a.tar.bz2 ayatana-indicator-datetime-781f69eb057011299447d5e2a8eb85c1df1d054a.zip |
Adding basic acceptance tests
-rw-r--r-- | tests/manual | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual new file mode 100644 index 0000000..a69ba84 --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +Test-case indicator-datetime/unity7-items-check +<dl> + <dt>Log in to a Unity 7 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 indicator-datetime/unity7-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 indicator-datetime/unity8-items-check +<dl> + <dt>Login to a user session running Unity 8</dt> + <dt>Pull down the top panel until it sticks open</dt> + <dt>Navigate through the tabs until "Weekday" is shown</dt> + <dd>Weekday is at the top of the menu</dd> + <dd>The menu is populated with items</dd> +</dl> + |