4227: much simplified date display test
[arvados.git] / apps / workbench / test / integration / projects_test.rb
index 17d818d14bc6de275bc8e75f7d7116a5b128b966..a6e8ec4101089f75e4ee89853da29b59ed00e6c3 100644 (file)
@@ -563,7 +563,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
       find(".dropdown-menu a", text: project_name).click
 
       my_pipelines = []
-      (1..num_pipelines).each do |i|
+      (0..num_pipelines-1).each do |i|
         name = "pipeline_#{i}"
         my_pipelines << name
       end