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

Unified Diff: chrome/browser/ui/webui/sync_internals_browsertest.js

Issue 454573002: [Sync] Make about:sync events page more selection friendly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_test Created 6 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 | « chrome/browser/resources/sync_internals/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_internals_browsertest.js
diff --git a/chrome/browser/ui/webui/sync_internals_browsertest.js b/chrome/browser/ui/webui/sync_internals_browsertest.js
index b0f1ae706eff9a13001f7e00d63158e8e14b24b9..3bd6a6317e8032b6d029199e99820d532157fbaa 100644
--- a/chrome/browser/ui/webui/sync_internals_browsertest.js
+++ b/chrome/browser/ui/webui/sync_internals_browsertest.js
@@ -360,9 +360,9 @@ TEST_F('SyncInternalsWebUITest', 'EventLogTest', function() {
// Makes some assumptions about column ordering. We'll need re-think this if
// it turns out to be a maintenance burden.
assertEquals(4, firstRow.children.length);
+ var detailsText = firstRow.children[0].textContent;
var submoduleName = firstRow.children[1].textContent;
var eventName = firstRow.children[2].textContent;
- var detailsText = firstRow.children[3].textContent;
expectGE(submoduleName.indexOf('manager'), 0,
'submoduleName=' + submoduleName);
« no previous file with comments | « chrome/browser/resources/sync_internals/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698