X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/df48d4e9d64b08e0d82ffba2424fff87c2a07701..1e31815d4a0d094633d4acb4f6265d6b8b6e3246:/apps/workbench/test/integration/application_layout_test.rb diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb index c840a418cb..7692d8e5dc 100644 --- a/apps/workbench/test/integration/application_layout_test.rb +++ b/apps/workbench/test/integration/application_layout_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' class ApplicationLayoutTest < ActionDispatch::IntegrationTest @@ -52,7 +56,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest assert_selector "a[href=\"/projects/#{user['uuid']}\"]", text: 'Home project' assert_selector "a[href=\"/users/#{user['uuid']}/virtual_machines\"]", text: 'Virtual machines' - assert_selector "a[href=\"/users/#{user['uuid']}/repositories\"]", text: 'Repositories' + assert_selector "a[href=\"/repositories\"]", text: 'Repositories' assert_selector "a[href=\"/current_token\"]", text: 'Current token' assert_selector "a[href=\"/users/#{user['uuid']}/ssh_keys\"]", text: 'SSH keys' @@ -210,7 +214,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest end [ - ['Repositories', nil, 's0uqq'], + ['Repositories', nil, 'active/crunchdispatchtest'], ['Virtual machines', nil, 'testvm.shell'], ['SSH keys', nil, 'public_key'], ['Links', nil, 'link_class'], @@ -251,14 +255,15 @@ 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 within('.recent-processes') do - assert_text 'pipeline_with_job' - within('.row-zzzzz-d1hrv-1yfj6xkidf2muk3') do - assert_text 'foo' + assert_text 'running' + + within('.row-zzzzz-xvhdp-cr4runningcntnr') do + assert_text 'requester_for_running_cr' end assert_text 'zzzzz-d1hrv-twodonepipeline'