| 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);
|
|
|