commit/galaxy-central: carlfeberhard: QA: add login info to api-hda-tests.js (unable to repro failure shown on buildbot)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a7e0eb001bc4/ Changeset: a7e0eb001bc4 User: carlfeberhard Date: 2014-04-18 17:02:17 Summary: QA: add login info to api-hda-tests.js (unable to repro failure shown on buildbot) Affected #: 1 file diff -r ffaadbe7fbc29efe93b712e8ae158af28d09f4be -r a7e0eb001bc4c20ef69815c11c0098366b0bfb4d test/casperjs/api-hda-tests.js --- a/test/casperjs/api-hda-tests.js +++ b/test/casperjs/api-hda-tests.js @@ -17,6 +17,7 @@ spaceghost.user.loginOrRegisterUser( email, password ); spaceghost.thenOpen( spaceghost.baseUrl, function(){ + this.test.comment( '(logged in as ' + this.user.loggedInAs() + ')' ); this.api.tools.thenUpload( spaceghost.api.histories.show( 'current' ).id, { filepath: '../../test-data/1.sam' }); 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