Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1893)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs

Issue 1294473005: Re-enable two ChromeVox tests that seem to be passing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index f14f64909f8efe8ded847d95951e0a3e58aeb08b..252549364813e2e1e3e611da1224e4718af88236 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -70,7 +70,7 @@ SYNC_TEST_F('BackgroundTest', 'NextNamespaces', function() {
});
/** Tests feedback once a page loads. */
-TEST_F('BackgroundTest', 'MANUAL_InitialFeedback', function() {
+TEST_F('BackgroundTest', 'InitialFeedback', function() {
cvox.ChromeVox.tts.expectSpeech('start', this.newCallback());
this.runWithTab(function() {/*!
@@ -151,7 +151,7 @@ TEST_F('BackgroundTest', 'DISABLED_SelectSingleBasic', function() {
});
});
-TEST_F('BackgroundTest', 'MANUAL_ContinuousRead', function() {
+TEST_F('BackgroundTest', 'ContinuousRead', function() {
this.runWithLoadedTree(this.linksAndHeadingsDoc, function() {
cvox.ChromeVox.tts.expectSpeech('start');
cvox.ChromeVox.tts.expectSpeechAfter('start', this.doCmd('continuousRead'));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698