X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/609646134bcd8fc3a7fd500848220741ecc4a9d2..3156c76f53b4142beb912cb57fd66e343c9e09d4:/apps/workbench/test/controllers/projects_controller_test.rb diff --git a/apps/workbench/test/controllers/projects_controller_test.rb b/apps/workbench/test/controllers/projects_controller_test.rb index 1b19f2f493..61c882d9f9 100644 --- a/apps/workbench/test/controllers/projects_controller_test.rb +++ b/apps/workbench/test/controllers/projects_controller_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' require 'helpers/share_object_helper' @@ -142,7 +146,6 @@ class ProjectsControllerTest < ActionController::TestCase # An object which does not offer an expired_at field but has a xx_owner_uuid_name_unique constraint # will be renamed when removed and another object with the same name exists in user's home project. [ - ['groups', 'subproject_in_asubproject_with_same_name_as_one_in_active_user_home'], ['pipeline_templates', 'template_in_asubproject_with_same_name_as_one_in_active_user_home'], ].each do |dm, fixture| test "removing #{dm} from a subproject results in renaming it when there is another such object with same name in home project" do @@ -436,7 +439,7 @@ class ProjectsControllerTest < ActionController::TestCase { fixture: 'container_requests', state: 'running', - selectors: [['div.progress', true]] + selectors: [['.label-info', true, 'Running']] }, { fixture: 'pipeline_instances', @@ -447,7 +450,7 @@ class ProjectsControllerTest < ActionController::TestCase { fixture: 'pipeline_instances', state: 'pipeline_in_running_state', - selectors: [['div.progress', true]] + selectors: [['.label-info', true, 'Running']] }, ].each do |c| uuid = api_fixture(c[:fixture])[c[:state]]['uuid']