diff options
author | Ted Gould <ted@gould.cx> | 2014-01-31 14:21:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-01-31 14:21:24 -0600 |
commit | 02ae3d9f3df19e9db55a370d140c00b1be8d3fa4 (patch) | |
tree | d6393c211ebd37975619f12db7d84c319a3dca48 | |
parent | a5b75edd1c3b44d6fb2848e41134d9b21c0dbf5d (diff) | |
download | ayatana-indicator-messages-02ae3d9f3df19e9db55a370d140c00b1be8d3fa4.tar.gz ayatana-indicator-messages-02ae3d9f3df19e9db55a370d140c00b1be8d3fa4.tar.bz2 ayatana-indicator-messages-02ae3d9f3df19e9db55a370d140c00b1be8d3fa4.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..7d5404f --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +Test-case indicator-messages/unity7-items-check +<dl> + <dt>Log in to a Unity 7 user session</dt> + <dt>Go to the panel and click on the Messages indicator</dt> + <dd>Ensure there are items in the menu</dd> +</dl> + +Test-case indicator-messages/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 Messages indicator</dt> + <dd>Ensure there are items in the menu</dd> +</dl> + +Test-case indicator-messages/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 "Incoming" is shown</dt> + <dd>Incoming is at the top of the menu</dd> + <dd>The menu is populated with items</dd> +</dl> + |