[ARVADOS] created: 72007cdcdcc228f1ba04b6963fdd9864b30bf281
Git user
git at public.curoverse.com
Thu Jan 12 15:54:21 EST 2017
at 72007cdcdcc228f1ba04b6963fdd9864b30bf281 (commit)
commit 72007cdcdcc228f1ba04b6963fdd9864b30bf281
Author: radhika <radhika at curoverse.com>
Date: Wed Jan 4 07:17:16 2017 -0500
9831: update test that started failing due to unique name collision logic update; removed the second "Create a new project" from test since this is already tested on the API server end.
diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb
index 27eac8a..8a47a53 100644
--- a/apps/workbench/test/integration/projects_test.rb
+++ b/apps/workbench/test/integration/projects_test.rb
@@ -558,7 +558,6 @@ class ProjectsTest < ActionDispatch::IntegrationTest
end
test "add new project using projects dropdown" do
- # verify that selection options are disabled on the project until an item is selected
visit page_with_token 'active', '/'
# Add a new project
@@ -566,13 +565,6 @@ class ProjectsTest < ActionDispatch::IntegrationTest
click_link 'Add a new project'
assert_text 'New project'
assert_text 'No description provided'
-
- # Add one more new project
- find("#projects-menu").click
- click_link 'Add a new project'
- match = /New project \(\d\)/.match page.text
- assert match, 'Expected project name not found'
- assert_text 'No description provided'
end
test "first tab loads data when visiting other tab directly" do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list