[ARVADOS] updated: 185bc33b57a164463a7b67fca84b7596f6f79ad3
Git user
git at public.curoverse.com
Mon Nov 21 13:31:33 EST 2016
Summary of changes:
apps/workbench/test/integration/application_layout_test.rb | 2 +-
apps/workbench/test/integration/pipeline_instances_test.rb | 2 +-
apps/workbench/test/integration/projects_test.rb | 2 +-
apps/workbench/test/integration/work_units_test.rb | 2 +-
apps/workbench/test/performance/browsing_test.rb | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
via 185bc33b57a164463a7b67fca84b7596f6f79ad3 (commit)
from 29356d0c02566aa33b3dbb9513dc701bad8fd16b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 185bc33b57a164463a7b67fca84b7596f6f79ad3
Author: radhika <radhika at curoverse.com>
Date: Mon Nov 21 13:22:24 2016 -0500
10524: update tests to look for 'Run a process' button instead of 'Run a pipeline'
diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index c4eb941..1d68b38 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -251,7 +251,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
assert_text 'Recent pipelines and processes' # seeing dashboard now
within('.recent-processes-actions') do
- assert page.has_link?('Run a pipeline')
+ assert page.has_link?('Run a process')
assert page.has_link?('All processes')
end
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 171580b..3382806 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -391,7 +391,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
collection = api_fixture('collections', collection_fixture)
# create a pipeline instance
- find('.btn', text: 'Run a pipeline').click
+ find('.btn', text: 'Run a process').click
within('.modal-dialog') do
find('.selectable', text: template_name).click
find('.btn', text: 'Next: choose inputs').click
diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb
index e5877ac..27eac8a 100644
--- a/apps/workbench/test/integration/projects_test.rb
+++ b/apps/workbench/test/integration/projects_test.rb
@@ -746,7 +746,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
project = api_fixture('groups')['aproject']
visit page_with_token 'active', '/projects/' + project['uuid']
- find('.btn', text: 'Run a pipeline').click
+ find('.btn', text: 'Run a process').click
# in the chooser, verify preview and click Next button
within('.modal-dialog') do
diff --git a/apps/workbench/test/integration/work_units_test.rb b/apps/workbench/test/integration/work_units_test.rb
index f04616d..3f551a0 100644
--- a/apps/workbench/test/integration/work_units_test.rb
+++ b/apps/workbench/test/integration/work_units_test.rb
@@ -118,7 +118,7 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest
within('.recent-processes-actions') do
assert page.has_link?('All processes')
- find('a', text: 'Run a pipeline').click
+ find('a', text: 'Run a process').click
end
# in the chooser, verify preview and click Next button
diff --git a/apps/workbench/test/performance/browsing_test.rb b/apps/workbench/test/performance/browsing_test.rb
index d068ee2..dcfd7d8 100644
--- a/apps/workbench/test/performance/browsing_test.rb
+++ b/apps/workbench/test/performance/browsing_test.rb
@@ -19,7 +19,7 @@ class BrowsingTest < WorkbenchPerformanceTest
test "home page" do
visit_page_with_token
assert_text 'Dashboard'
- assert_selector 'a', text: 'Run a pipeline'
+ assert_selector 'a', text: 'Run a process'
end
test "search for hash" do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list