diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl index 6e76fefd80..d973e6f3b2 100644 --- a/templates/repo/actions/list.tmpl +++ b/templates/repo/actions/list.tmpl @@ -5,11 +5,12 @@ {{template "base/alert" .}} {{/* Refresh the list every interval (30s) unless the document isn't visible or a dropdown is open; refresh - if visibility changes as well. */}} + if visibility changes as well. simulate-polling-interval is a custom event used for e2e tests to mimic + the polling interval and should be defined identically to the `every` clause for accurate testing. */}}
{{template "repo/actions/list_inner" .}}
@@ -18,6 +19,10 @@