closes #4062
[arvados.git] / apps / workbench / test / integration / projects_test.rb
index b6234907e4a2794764b2e4cc9643ba561ae7d65c..67abcc9d110eeab8eed13fb5177a7201f219d02e 100644 (file)
@@ -547,7 +547,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
   [
     ['project with 10 pipelines', 10, 0],
     ['project with 200 jobs and 10 pipelines', 10, 200],
-    ['project with 25 pipelines', 25, 0],   # 20 is the page limit for this tab; hence two pages
+    ['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
       headless = Headless.new