X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d519091d2d64a859d0b786df7adadeeb1d4ae958..035b113f60302f6d9c265e6e3a63dbb3c5873153:/apps/workbench/test/integration/pipeline_templates_test.rb diff --git a/apps/workbench/test/integration/pipeline_templates_test.rb b/apps/workbench/test/integration/pipeline_templates_test.rb index 0b04c734e6..ad14df18a0 100644 --- a/apps/workbench/test/integration/pipeline_templates_test.rb +++ b/apps/workbench/test/integration/pipeline_templates_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' class PipelineTemplatesTest < ActionDispatch::IntegrationTest @@ -35,7 +39,7 @@ class PipelineTemplatesTest < ActionDispatch::IntegrationTest assert page.has_text? 'Textile description for pipeline template' assert page.has_link? 'Go to dashboard' click_link 'Go to dashboard' - assert page.has_text? 'Active processes' + assert page.has_text? 'Recent pipelines and processes' # again visit recent templates page and verify edited description visit page_with_token("active", "/pipeline_templates")