[ARVADOS] updated: 252047244ba1c285a689e13ea0d59effa9d837ee
Git user
git at public.curoverse.com
Fri Dec 2 13:49:13 EST 2016
Summary of changes:
apps/workbench/test/integration/application_layout_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 252047244ba1c285a689e13ea0d59effa9d837ee (commit)
via cb6baf8dc12be24ae664335dce29529252ac35df (commit)
from 9f1ce358ac564abf62965cccf2bf3afa3bcfef95 (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 252047244ba1c285a689e13ea0d59effa9d837ee
Merge: 9f1ce35 cb6baf8
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Fri Dec 2 15:48:40 2016 -0300
Merge branch '5737-fix-broken-test-with-231'
refs #5737
commit cb6baf8dc12be24ae664335dce29529252ac35df
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Fri Dec 2 15:45:19 2016 -0300
5737: Updated test so it pass on both 2.1 and 2.3 ruby versions.
diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index 1d68b38..c42d3e3 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -256,7 +256,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
end
within('.recent-processes') do
- assert_text 'pipeline_with_job'
+ assert_text 'running'
within('.row-zzzzz-xvhdp-cr4runningcntnr') do
assert_text 'requester_for_running_cr'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list