commit/galaxy-central: Dave Bouvier: Remove reference to removed select field in the repository write permission form.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/becb2b5d2d06/ Changeset: becb2b5d2d06 User: Dave Bouvier Date: 2013-10-03 16:45:39 Summary: Remove reference to removed select field in the repository write permission form. Affected #: 1 file diff -r 54673424aa68129d1bae517db268d571feb73fae -r becb2b5d2d0690fa5217a8101c6d0b5f8c6dc99d test/tool_shed/base/twilltestcase.py --- a/test/tool_shed/base/twilltestcase.py +++ b/test/tool_shed/base/twilltestcase.py @@ -723,7 +723,6 @@ post_submit_strings_not_displayed=[] ): self.display_manage_repository_page( repository ) self.check_for_strings( strings_displayed, strings_not_displayed ) - tc.fv( "user_access", "allow_push", '-Select one' ) for username in usernames: tc.fv( "user_access", "allow_push", '+%s' % username ) tc.submit( 'user_access_button' ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org