commit/galaxy-central: inithello: Update check strings in functional tests to reflect recent changes to the UI.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/07f09e119bfc/ Changeset: 07f09e119bfc User: inithello Date: 2013-04-30 19:41:26 Summary: Update check strings in functional tests to reflect recent changes to the UI. Affected #: 1 file diff -r 6b996d66ce37e20de68d6f02f32355c026a5324b -r 07f09e119bfcbe8e4cfda3400c8892f8fb3891d2 test/tool_shed/functional/test_0000_basic_repository_features.py --- a/test/tool_shed/functional/test_0000_basic_repository_features.py +++ b/test/tool_shed/functional/test_0000_basic_repository_features.py @@ -118,14 +118,17 @@ self.logout() self.login( email=common.test_user_1_email, username=common.test_user_1_name ) self.set_repository_deprecated( repository, - strings_displayed=[ 'has been marked as deprecated', 'Mark as not deprecated' ] ) + strings_displayed=[ 'has been marked as deprecated' ] ) + strings_displayed = [ 'This repository has been marked as deprecated', 'Mark repository as not deprecated' ] self.display_manage_repository_page( repository, - strings_displayed=[ 'This repository has been marked as deprecated' ], + strings_displayed=strings_displayed, strings_not_displayed=[ 'Upload files', 'Reset all repository metadata' ] ) self.browse_repository( repository, strings_not_displayed=[ 'Upload files' ] ) self.set_repository_deprecated( repository, - strings_displayed=[ 'has been marked as not deprecated', 'Mark as deprecated' ], + strings_displayed=[ 'has been marked as not deprecated' ], set_deprecated=False ) + strings_displayed = [ 'Mark repository as deprecated', 'Upload files', 'Reset all repository metadata' ] + self.display_manage_repository_page( repository, strings_displayed=strings_displayed ) def test_0045_display_repository_tip_file( self ): '''Display the contents of filtering.xml in the repository tip revision''' 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