4227: some more test and fixture updates.
[arvados.git] / apps / workbench / test / integration / projects_test.rb
index cccfd9983a390b3a36270768e58b860933e4de08..17d818d14bc6de275bc8e75f7d7116a5b128b966 100644 (file)
@@ -549,7 +549,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
 
   [
     ['project with 10 pipelines', 10, 0],
-    ['project with 200 jobs and 10 pipelines', 2, 200],
+    ['project with 2 pipelines and 200 jobs', 2, 200],
     ['project with 25 pipelines', 25, 0],
   ].each do |project_name, num_pipelines, num_jobs|
     test "scroll pipeline instances tab for #{project_name} with #{num_pipelines} pipelines and #{num_jobs} jobs" do