X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f8067ef415fd66a92f9a0e957e8384445af92a6a..88a29cd091468feb98e5cd541c560f4d35bca716:/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 bdf983ff43..61c882d9f9 100644 --- a/apps/workbench/test/controllers/projects_controller_test.rb +++ b/apps/workbench/test/controllers/projects_controller_test.rb @@ -439,7 +439,7 @@ class ProjectsControllerTest < ActionController::TestCase { fixture: 'container_requests', state: 'running', - selectors: [['div.progress', true]] + selectors: [['.label-info', true, 'Running']] }, { fixture: 'pipeline_instances', @@ -450,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']