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

Unified Diff: ui/file_manager/integration_tests/file_manager/create_new_folder.js

Issue 2346393004: Give descendants of cr.ui.ListItem a unique ID to fix accessibility. (Closed)
Patch Set: Fix two test failures Created 4 years, 3 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 | ui/webui/resources/js/cr/ui/list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/integration_tests/file_manager/create_new_folder.js
diff --git a/ui/file_manager/integration_tests/file_manager/create_new_folder.js b/ui/file_manager/integration_tests/file_manager/create_new_folder.js
index 7c74d968309f2318a29064e05965fb8b256e2523..84642ed1c97c78753b2f39fdad2903a7c71d2b7a 100644
--- a/ui/file_manager/integration_tests/file_manager/create_new_folder.js
+++ b/ui/file_manager/integration_tests/file_manager/create_new_folder.js
@@ -47,7 +47,7 @@ function selectFirstListItem(windowId) {
['div.detail-table > list > li[selected]']);
}).then(function(elements) {
chrome.test.assertEq(1, elements.length);
- chrome.test.assertEq('detail-table-1', elements[0].attributes['id']);
+ chrome.test.assertEq('listitem-1', elements[0].attributes['id']);
});
}
« no previous file with comments | « no previous file | ui/webui/resources/js/cr/ui/list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698