diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2015-02-12 22:45:24 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-02-12 22:45:24 +0000 |
| commit | 8e3fb8cc79f08e51b182cefc1cd01d81ad45a6d9 (patch) | |
| tree | fc3391c6d77c48f83fcf47ccc6394dbc6bc16aad /tests/manual | |
| parent | 55104b7f2fb1056f7c11e60e7a0bd0b822937dc8 (diff) | |
| parent | 92b25d847074f06bb877570cb8ca02e07b61d67a (diff) | |
| download | ayatana-indicator-power-8e3fb8cc79f08e51b182cefc1cd01d81ad45a6d9.tar.gz ayatana-indicator-power-8e3fb8cc79f08e51b182cefc1cd01d81ad45a6d9.tar.bz2 ayatana-indicator-power-8e3fb8cc79f08e51b182cefc1cd01d81ad45a6d9.zip | |
Use the new power level icons for a more accurate display of the battery level. Fixes: #1388235
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'tests/manual')
| -rw-r--r-- | tests/manual | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/manual b/tests/manual index 1e6febd..8a305ac 100644 --- a/tests/manual +++ b/tests/manual @@ -13,7 +13,6 @@ $ gdbus call --session --dest "com.canonical.indicator.power" \ --object-path /com/canonical/indicator/power/Testing \ --method org.freedesktop.DBus.Properties.GetAll \ com.canonical.indicator.power.Testing -({'MockBatteryEnabled': <false>, 'MockBatteryLevel': <uint32 50>, 'MockBatteryState': <'discharging'>, 'MockBatteryMinutesLeft': <uint32 30>},) Enable the mock battery: @@ -88,6 +87,14 @@ Test-case indicator-power/low-power-notifications <dd>ubuntu-system-settings should be launched to the Battery page </dd> </dl> +Test-case indicator-power/low-power-icon +<dl> + <dt>Wait for the system's battery level to drop to 21% (or fake it, see 'Notes on Battery Testing' above)</dt> + <dd>The indicator's icon should use the non-critical coloring (eg, grey)</dd> + <dt>Wait for the system's battery level to drop to 20% (or fake it, see 'Notes on Battery Testing' above)</dt> + <dd>The indicator's icon should use the critical coloring (eg, red)</dd> +</dl> + Test-case indicator-power/device-brightness-slider <dl> <dt>On a device, pull down the power indicator's menu</dt> |
