[ARVADOS] updated: a848b6ea430ee2b2c1daee80e846d4d3bd594920
git at public.curoverse.com
git at public.curoverse.com
Tue May 6 12:38:37 EDT 2014
Summary of changes:
apps/workbench/test/integration/folders_test.rb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
via a848b6ea430ee2b2c1daee80e846d4d3bd594920 (commit)
from 16c58b75712ad4332d55e490d20b3946d2e05008 (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 a848b6ea430ee2b2c1daee80e846d4d3bd594920
Author: Tom Clegg <tom at curoverse.com>
Date: Tue May 6 12:37:29 2014 -0400
Replace unfailable assert() with a comment explaining what it means
for find() to raise an exception.
diff --git a/apps/workbench/test/integration/folders_test.rb b/apps/workbench/test/integration/folders_test.rb
index a199808..b39cf24 100644
--- a/apps/workbench/test/integration/folders_test.rb
+++ b/apps/workbench/test/integration/folders_test.rb
@@ -20,8 +20,8 @@ class FoldersTest < ActionDispatch::IntegrationTest
page.assert_no_selector '.editable-submit'
end
visit current_path
- assert(find('.panel', text: 'I just edited this.'),
- "Description should stay updated after editing and refreshing page.")
+ # Raise exception if description update did not survive page refresh:
+ find '.panel', text: 'I just edited this.'
end
test 'Add a new name, then edit it, without creating a duplicate' do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list