diff options
author | Ted Gould <ted@gould.cx> | 2014-01-31 14:27:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-01-31 14:27:02 -0600 |
commit | dfa6753ed5321ed0ed4201c22404f6ba76f9edc1 (patch) | |
tree | 3e0228d626dc9b090a2e3e21f324ea86350b2b1a /tests/manual | |
parent | a253b42d083bc9eefa5b089b02568be40d235171 (diff) | |
download | ayatana-indicator-power-dfa6753ed5321ed0ed4201c22404f6ba76f9edc1.tar.gz ayatana-indicator-power-dfa6753ed5321ed0ed4201c22404f6ba76f9edc1.tar.bz2 ayatana-indicator-power-dfa6753ed5321ed0ed4201c22404f6ba76f9edc1.zip |
Adding basic acceptance tests
Diffstat (limited to 'tests/manual')
-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..d3a22e1 --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +Test-case indicator-power/unity7-items-check +<dl> + <dt>Log in to a Unity 7 user session</dt> + <dt>Go to the panel and click on the Power indicator</dt> + <dd>Ensure there are items in the menu</dd> +</dl> + +Test-case indicator-power/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 Power indicator</dt> + <dd>Ensure there are items in the menu</dd> +</dl> + +Test-case indicator-power/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 "Battery" is shown</dt> + <dd>Battery is at the top of the menu</dd> + <dd>The menu is populated with items</dd> +</dl> + |