History log of /external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6d531b6619e2a28dc1605257e875aac4385c12a1 21-Jun-2017 Katherine Threlkeld <kathrelkeld@chromium.org> [Autotest] Remove ChromeVox Indicator check

Indicators don't work like they used to, which broke the indicator
check. Remove it to prevent this test from failing.

Since we no longer need to have focus on a page, remove the test
page.

TEST=ran it
BUG=chromium:735577

Change-Id: I16763a1e4e02bc9f0652d2bfa2efa72140761d2f
Reviewed-on: https://chromium-review.googlesource.com/543565
Commit-Ready: Katherine Threlkeld <kathrelkeld@chromium.org>
Tested-by: Katherine Threlkeld <kathrelkeld@chromium.org>
Reviewed-by: Ruchi Jahagirdar <rjahagir@chromium.org>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
bd762fd7ab3497f4690d381db9624525f6d953c5 15-Mar-2017 Achuith Bhandarkar <achuith@chromium.org> autotest: init_network_controller=True

Wherever we use SetHTTPServerDirectories, we should set
init_network_controller=True.

Also fix a bunch of pre-submit errors.

BUG=chromium:701629
TEST=trybots.

Change-Id: I79f52c10a596695d83c9152035a9878ca7969e60
Reviewed-on: https://chromium-review.googlesource.com/455320
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
4a46bb8d138f121b64fee8f7e84b5e8016e10d3c 10-Oct-2016 Achuith Bhandarkar <achuith@chromium.org> autotest: Remove support for component extensions.

BUG=chromium:654525
TEST=trybots

Change-Id: I8fa9f9ab6f7f3ddbe02b6c25eb19ef10ecdf2098
Reviewed-on: https://chromium-review.googlesource.com/395639
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
33d4079b5d19225b31da4d28bf456aee2bce3e9c 16-Nov-2016 Achuith Bhandarkar <achuith@chromium.org> [autotest]: accessibility extension does not have a public key.

is_component=False is necessary at the moment.

BUG=chromium:666075
TEST=accessibility_Sanity

Change-Id: I3fe8b595e82afda3a9bbcaadfe3e9a79e1b7dfdb
Reviewed-on: https://chromium-review.googlesource.com/411950
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Katherine Threlkeld <kathrelkeld@chromium.org>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
7df9069fc2e0aa530aec689c8e2d8b74542f9dba 10-Oct-2016 Achuith Bhandarkar <achuith@chromium.org> autotest: Remove is_component=False invocations.

is_component=False is the default, so this CL changes nothing.

BUG=chromium:654525
TEST=trybot

Change-Id: I0eda8c87978279775c4ae1b6e31c0da4b5b10719
Reviewed-on: https://chromium-review.googlesource.com/396298
Commit-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
5305a0e4963a361a3f628c8f51e9d8d0343f7c05 27-Feb-2016 Katherine Threlkeld <kathrelkeld@chromium.org> [Autotest] Cleanup of accessibility_* autotests.

1. Move the duplicated extension files into a common folder: a11y_ext
2. Move the common functions out of the tests and into a base test
- Turning on/off accessibility features
- Checking whether ChromeVox is enabled
- Getting the path to the new common extension
3. Change the way ChromeVox is enabled. Use the keyboard shortcuts
instead of the Javascript API call. Add keyboard event files
for this shortcut.
4. Ensure that focus in accessibility_Sanity is on the page itself by
adding a tab press. Add keyboard event files for tab and for
the ChromeVox move keys. Add common functions to playback these
events.
5. Disable the part of accessibility_ChromeVoxSound which waits for
the first ding sound, since this is currently broken for
Telemetry users: crbug.com/590403
6. The average time to enable ChromeVox on some older systems is
upwards 15 seconds - sometimes as much as 70. Increase the
relevant timeouts to prevent most of the timeout failures.

BUG=chromium:553713
TEST=ran both a11y tests on multiple machines, including slower ones

Change-Id: I1ebe5e7a534c3194fa2829657aea29a61355a0df
Reviewed-on: https://chromium-review.googlesource.com/329548
Commit-Ready: Katherine Threlkeld <kathrelkeld@chromium.org>
Tested-by: Katherine Threlkeld <kathrelkeld@chromium.org>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
55e4a38297449fcf3dbd693e2e6afe72fa84b519 30-Sep-2015 Ahmed Fakhry <afakhry@google.com> [Telemetry] Use browser.platform for SetHTTPServerDirectories and http_server

SetHTTPServerDirectories and http_server were moved from Browser to Platform
in the CL https://codereview.chromium.org/1364853006. This CL modifies the
users of the Browser class to account for that change.

BUG=chromium:537655
TEST=Ran the test locally

Change-Id: I64dc425fbc6f5ed68993668739433e1d74a455f8
Reviewed-on: https://chromium-review.googlesource.com/303183
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Trybot-Ready: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py
582f8fe309c389885b529da1fa52a53fb248e74e 22-Apr-2014 Katherine Threlkeld <kathrelkeld@chromium.org> Autotest a11y_sanity to enable/disable accessibility features.

Also checks if ChromeVox extension is enabled and if ChromeVox indicators
are present in a sample page.

BUG=None
TEST=run on ARM and not-ARM

Change-Id: I340d28974ff3c4e72142466a719cff06d376e199
Reviewed-on: https://chromium-review.googlesource.com/196278
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org>
Tested-by: Katherine Threlkeld <kathrelkeld@chromium.org>
Commit-Queue: Katherine Threlkeld <kathrelkeld@chromium.org>
/external/autotest/client/site_tests/accessibility_Sanity/accessibility_Sanity.py