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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/command_store_test.unitjs

Issue 2054473003: Implement update notifications for ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 6 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
Index: chrome/browser/resources/chromeos/chromevox/common/command_store_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/common/command_store_test.unitjs b/chrome/browser/resources/chromeos/chromevox/common/command_store_test.unitjs
index bb9aa6c1f7d734ef12a27d489385cd7e2b285de8..d558d54da7f3d9a51f415c3bece369bf61a6124c 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store_test.unitjs
@@ -27,9 +27,9 @@ TEST_F('CvoxCommandStoreUnitTest', 'TableData', function() {
assertEquals(10, categories.length);
assertEquals('modifier_keys', categories[0]);
assertEquals('controlling_speech', categories[1]);
- assertEquals('navigation', categories[2]);
- assertEquals('information', categories[3]);
- assertEquals('help_commands', categories[4]);
+ assertEquals('help_commands', categories[2]);
+ assertEquals('navigation', categories[3]);
+ assertEquals('information', categories[4]);
assertEquals('overview', categories[5]);
assertEquals('jump_commands', categories[6]);
assertEquals('tables', categories[7]);

Powered by Google App Engine
This is Rietveld 408576698