From 41ef58955239d873b1c4db850f781eaff5748169 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 19 Aug 2014 22:17:59 -0500 Subject: initial pass at tests/ directory, skeleton only --- tests/manual | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/manual (limited to 'tests/manual') diff --git a/tests/manual b/tests/manual new file mode 100644 index 0000000..fc81e6e --- /dev/null +++ b/tests/manual @@ -0,0 +1,26 @@ + +Test-case indicator-transfer/simple-download-check +
+
Ensure indicator-transfer-service is running
+
The indicator should be visible in the panel
+ +
Run the script tests/simple-download.py and, immediately afterwards, + click or pull down on the indicator so that its menu is visible + and its menuitems can be observed while the downloads run.
+
In the 'Ongoing Transfers' section, the transfers should appear
+
In the 'Ongoing Transfers' section, a 'Pause all' button should appear
+
While transfers are active, the indicator's icon should indicate activity
+
As each transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section
+
As the first transfer is moved to the 'Successful' section, a 'Clear all' button should appear
+
As the last transfer finishes, the indicator's icon should change to indicate an idle state
+
As the last transfer finishes, the 'Pause all' button should disappear
+ +
After all the transfers finish, press the 'Clear all' button.
+
All three transfers should be cleared from the menu.
+
The 'Clear all' button should disappear
+ + + + If all actions produce the expected results listed, please submit a 'passed' result. + If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result. + -- cgit v1.2.3 From 1b90575c67de3cf6459785cc18e3d661a826bece Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 20 Aug 2014 22:35:16 -0500 Subject: add rotation lock indicator --- tests/manual | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'tests/manual') diff --git a/tests/manual b/tests/manual index fc81e6e..a0e5264 100644 --- a/tests/manual +++ b/tests/manual @@ -1,24 +1,14 @@ -Test-case indicator-transfer/simple-download-check +Test-case indicator-datetime/rotation-indicator
-
Ensure indicator-transfer-service is running
-
The indicator should be visible in the panel
+
On the phone, enable the orientation lock in ubuntu-system-settings.
+
The rotation lock indicator should appear, and its switch menuitem should be set to 'true'.
-
Run the script tests/simple-download.py and, immediately afterwards, - click or pull down on the indicator so that its menu is visible - and its menuitems can be observed while the downloads run.
-
In the 'Ongoing Transfers' section, the transfers should appear
-
In the 'Ongoing Transfers' section, a 'Pause all' button should appear
-
While transfers are active, the indicator's icon should indicate activity
-
As each transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section
-
As the first transfer is moved to the 'Successful' section, a 'Clear all' button should appear
-
As the last transfer finishes, the indicator's icon should change to indicate an idle state
-
As the last transfer finishes, the 'Pause all' button should disappear
+
With the orientation locked, click on the indicator's switch menuitem to toggle from locked to unlocked. +
The rotation lock indicator should disappear
+
In ubuntu-system-settings, the orientation lock control should change to 'none'.
+
-
After all the transfers finish, press the 'Clear all' button.
-
All three transfers should be cleared from the menu.
-
The 'Clear all' button should disappear
- If all actions produce the expected results listed, please submit a 'passed' result. -- cgit v1.2.3 From ce4b2f4c185105db22e1d6519c2b4d1ce0884008 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 21 Aug 2014 11:58:23 -0500 Subject: fix copy-paste error --- tests/manual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual') diff --git a/tests/manual b/tests/manual index a0e5264..f175b22 100644 --- a/tests/manual +++ b/tests/manual @@ -1,5 +1,5 @@ -Test-case indicator-datetime/rotation-indicator +Test-case indicator-display/rotation-indicator
On the phone, enable the orientation lock in ubuntu-system-settings.
The rotation lock indicator should appear, and its switch menuitem should be set to 'true'.
-- cgit v1.2.3