Merge branch 'master' into 11850-singlecontainer-max-requirements
[arvados.git] / apps / workbench / test / controllers / projects_controller_test.rb
index bdf983ff43f2cb2cd3fe16a90033c3a2d4987aba..61c882d9f9908ae83e22aaa6a220bfc28e8fb1f0 100644 (file)
@@ -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']