Commit 1441b968 authored by Doug Turner's avatar Doug Turner Committed by Commit Bot

nvda_chrome_tests.py should not block on speech during setup.

The setup of these tests should not be testing for speech. Instead
if speech doesn't work, the test cases will catch it.

Bug: 742592
Change-Id: I656a40ae8a304ac1161941929d88409aacc144ae
Reviewed-on: https://chromium-review.googlesource.com/599590
Commit-Queue: Doug Turner <dougt@chromium.org>
Reviewed-by: default avatarAlice Boxhall <aboxhall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491903}
parent d3e0a250
......@@ -117,11 +117,6 @@ class NvdaChromeTest(unittest.TestCase):
self._pywinauto_window = app.top_window_()
self.last_nvda_log_line = 0;
try:
self._TestForSpeech(['Address and search bar edit', 'about:blank'])
except:
self.tearDown()
def tearDown(self):
print()
print('Shutting down')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment