diff options
author | Robert Tari <robert@tari.in> | 2023-09-06 13:25:01 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-09-06 13:29:54 +0200 |
commit | 1d296224eb129c14c8dd28c6c6d3be13fab94e00 (patch) | |
tree | 76f0ad355fc769d6f3132caad69486b124856a21 /tests/manual | |
parent | 25889d67ef8893aaff112ff3202c2acf9d1a9049 (diff) | |
download | ayatana-indicator-bluetooth-1d296224eb129c14c8dd28c6c6d3be13fab94e00.tar.gz ayatana-indicator-bluetooth-1d296224eb129c14c8dd28c6c6d3be13fab94e00.tar.bz2 ayatana-indicator-bluetooth-1d296224eb129c14c8dd28c6c6d3be13fab94e00.zip |
Drop testing/coverage options
fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/46
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/manual b/tests/manual deleted file mode 100644 index 6a98842..0000000 --- a/tests/manual +++ /dev/null @@ -1,24 +0,0 @@ - -Test-case indicator-bluetooth/unity7-items-check -<dl> - <dt>Log in to a Unity 7 user session</dt> - <dt>Go to the panel and click on the Bluetooth indicator</dt> - <dd>Ensure there are items in the menu</dd> -</dl> - -Test-case indicator-bluetooth/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 Bluetooth indicator</dt> - <dd>Ensure there are items in the menu</dd> -</dl> - -Test-case indicator-bluetooth/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 "Bluetooth" is shown</dt> - <dd>Bluetooth is at the top of the menu</dd> - <dd>The menu is populated with items</dd> -</dl> - |