diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 18:02:35 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-19 18:02:35 +0000 |
commit | bf7ca1ab140d9da7d9b9842971b1b7cee2c558ed (patch) | |
tree | a1472ee84a9269eba5ae28db6804c03d6b5696a6 /tests | |
parent | 359764b5ea8926ae372844155b1394ebe06e3174 (diff) | |
parent | fe62f43c781c561b64ade3aa2173005e1c599b66 (diff) | |
download | ayatana-indicator-datetime-bf7ca1ab140d9da7d9b9842971b1b7cee2c558ed.tar.gz ayatana-indicator-datetime-bf7ca1ab140d9da7d9b9842971b1b7cee2c558ed.tar.bz2 ayatana-indicator-datetime-bf7ca1ab140d9da7d9b9842971b1b7cee2c558ed.zip |
Adding acceptance tests and merge review policies
Diffstat (limited to '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..17b4778 --- /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 "Upcoming" is shown</dt> + <dd>Upcoming is at the top of the menu</dd> + <dd>The menu is populated with items</dd> +</dl> + |