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

Unified Diff: ui/file_manager/integration_tests/video_player/check_elements.js

Issue 1229573003: Teach i18nTemplate.process() to handle <link rel=import> and <template> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: videoplayer test fixes Created 5 years, 5 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: ui/file_manager/integration_tests/video_player/check_elements.js
diff --git a/ui/file_manager/integration_tests/video_player/check_elements.js b/ui/file_manager/integration_tests/video_player/check_elements.js
index 605a2b835842f458abbac3eb000cab6cab6e8ce5..8cfeb300ca0154fe3d5fe8a9b8d7110822dad4d5 100644
--- a/ui/file_manager/integration_tests/video_player/check_elements.js
+++ b/ui/file_manager/integration_tests/video_player/check_elements.js
@@ -14,7 +14,7 @@ testcase.checkInitialElements = function() {
var appId = args[0];
var videoPlayer = args[1];
return Promise.all([
- remoteCallVideoPlayer.waitForElement(appId, 'html.i18n-processed'),
+ remoteCallVideoPlayer.waitForElement(appId, 'html[i18n-processed]'),
remoteCallVideoPlayer.waitForElement(appId, 'div#video-player'),
remoteCallVideoPlayer.waitForElement(
appId, '#video-container > video'),
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | ui/file_manager/video_player/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698