diff options
author | Scott Hu <scott.hu@canonical.com> | 2021-06-03 19:12:24 +0800 |
---|---|---|
committer | Scott Hu <scott.hu@canonical.com> | 2021-06-03 19:12:24 +0800 |
commit | 98fb7bee8137535ece6bf91bf6aa5a62ea7a9949 (patch) | |
tree | e2a5fa7f84206d28052a1bca8fa00cb765cc616c | |
parent | c083349cfc93d40f7bca3f38abcc2163e305b19c (diff) |
modify descriptions for bt4-keyboard, dim_brightness & touchpad/drag-and-drop
-rw-r--r-- | units/bluetooth/jobs.pxu | 2 | ||||
-rw-r--r-- | units/monitor/jobs.pxu | 7 | ||||
-rw-r--r-- | units/touchpad/jobs.pxu | 9 |
3 files changed, 10 insertions, 8 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 03e1e02..3f174bf 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -224,7 +224,7 @@ _purpose: _steps: 1. Enable a Bluetooth Smart keyboard, and put it into paring mode. 2. Commence the test to do the auto-pairing, you will be asked to select targeting keyboard from the list. - 3. After it's paired and connected, enter some text with your keyboard and close the small input test tool. + 3. After it's paired and connected, enter some text with your keyboard. _verification: Did the Bluetooth Smart keyboard work as expected? diff --git a/units/monitor/jobs.pxu b/units/monitor/jobs.pxu index f5e4974..2ba9e99 100644 --- a/units/monitor/jobs.pxu +++ b/units/monitor/jobs.pxu @@ -158,9 +158,10 @@ command: brightness_test.py _purpose: This test will test changes to screen brightness _steps: - 1. Click "Test" to try to dim the screen. - 2. Check if the screen was dimmed approximately to half of the maximum brightness. - 3. The screen will go back to the original brightness in 2 seconds. + 1. Change screen brightness to maximum. + 2. Click "Test" to try to dim the screen. + 3. Check if the screen was dimmed approximately to half of the maximum brightness. + 4. The screen will go back to the original brightness in 2 seconds. _verification: Was your screen dimmed approximately to half of the maximum brightness? diff --git a/units/touchpad/jobs.pxu b/units/touchpad/jobs.pxu index e0d118b..220b3c9 100644 --- a/units/touchpad/jobs.pxu +++ b/units/touchpad/jobs.pxu @@ -142,11 +142,12 @@ estimated_duration: 120.0 _purpose: Determine that the drag and drop function is working as expected. _steps: - 1. Browse to the examples folder in the current user's home directory - 2. Double tap and hold to select the "Ubuntu_Free_Culture_Showcase" folder - 3. Drag the selected folder to the desktop and remove finger from touchpad. + 1. Press 'PrtScn' key to take a screenshot + 2. Tap 'Files' on dock(launcher bar) to open Home\Pictures folder + 3. Double tap and hold the Screenshot* file + 4. Drag the selected file to the Home folder and remove finger from touchpad. _verification: - Did a selected folder move to the desktop? + Does drag and drop work on Touchpad? _siblings: [{ "id": "touchpad/drag-and-drop-after-suspend", "depends": "suspend/suspend_advanced touchpad/drag-and-drop" }] |