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

Unified Diff: go/src/infra/appengine/sheriff-o-matic/test/index.html

Issue 2058173003: [som] Add revision range exapansion. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: no-message:) Created 4 years, 6 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: go/src/infra/appengine/sheriff-o-matic/test/index.html
diff --git a/go/src/infra/appengine/sheriff-o-matic/test/index.html b/go/src/infra/appengine/sheriff-o-matic/test/index.html
index 2502e065c9021e455ef25829c826ff22f6af6352..a74a7d25e26a0a15dca897330c76bbabb4ae9ec3 100644
--- a/go/src/infra/appengine/sheriff-o-matic/test/index.html
+++ b/go/src/infra/appengine/sheriff-o-matic/test/index.html
@@ -16,6 +16,7 @@
'som-bug-queue-test.html',
'som-examine-test.html',
'som-extension-build-failure-test.html',
+ 'som-rev-range-test.html',
].forEach((file) => {
testFiles.push(`/test/${file}`);
testFiles.push(`/test/${file}?dom=shadow`);

Powered by Google App Engine
This is Rietveld 408576698