Commit faac48f7 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

No need to modify files_xf_elements.html in FilesApp UI tests

Since files_xf_elements.html doesn't contain any reference
to chrome://resources or other part which would need to be
rewritten, there is no need to modify it for UI tests.

Change-Id: I1b3fa6cb97d436b865eebf8939ac795a8bd966a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725133
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarAlex Danilo <adanilo@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682601}
parent 605ddb09
...@@ -209,7 +209,9 @@ for filename, substitutions in ( ...@@ -209,7 +209,9 @@ for filename, substitutions in (
('test/js/strings.js', ( ('test/js/strings.js', (
('$GRDP', json.dumps(strings, sort_keys=True, indent=2)), ('$GRDP', json.dumps(strings, sort_keys=True, indent=2)),
)), )),
('foreground/elements/elements_bundle.html', ()), ('foreground/elements/elements_bundle.html', (
('="files_xf', '="' + elements_path('files_xf')),
)),
('foreground/js/elements_importer.js', ( ('foreground/js/elements_importer.js', (
("= 'foreground", "= 'test/gen/foreground"), ("= 'foreground", "= 'test/gen/foreground"),
)), )),
...@@ -236,7 +238,6 @@ for filename, substitutions in ( ...@@ -236,7 +238,6 @@ for filename, substitutions in (
('foreground/elements/files_toast.html', ()), ('foreground/elements/files_toast.html', ()),
('foreground/elements/files_toggle_ripple.html', ()), ('foreground/elements/files_toggle_ripple.html', ()),
('foreground/elements/files_tooltip.html', ()), ('foreground/elements/files_tooltip.html', ()),
('foreground/elements/files_xf_elements.html', ()),
('foreground/elements/icons.html', ()), ('foreground/elements/icons.html', ()),
): ):
buf = i18n(read('ui/file_manager/file_manager/' + filename)) buf = i18n(read('ui/file_manager/file_manager/' + filename))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment