Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking just one selenium test #2

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

assuntad23
Copy link
Owner

@assuntad23 assuntad23 commented Apr 29, 2021

What did you do?

  • attempt to break just one selenium test

Why did you make this change?

(Cite Issue number OR provide rationalization of changes if no issue exists)
(If fixing a bug, please add any relevant error or traceback)
for GCC Dev Tutorial

How to test the changes?

(select the most appropriate option; if the latter, provide steps for testing below)
If just one test is broken, we're golden :D

License

  • I agree to license these contributions under Galaxy's current license.
  • I agree to allow the Galaxy committers to license these and all my past contributions to the core galaxy codebase under the MIT license. If this condition is an issue, uncheck and just let us know why with an e-mail to [email protected].

For UI Components

  • I've included a screenshot of the changes

jmchilton pushed a commit that referenced this pull request Sep 8, 2021
1. Remove id parameter from constructor (this is created by the db).
2. Remove `item` instance attribute: it's not used and is meaningless.
3. Make user and item parameters in the constructor required: a rating
   cannot exist without a rater or the item being rated.
4. For the same reason as in #2, make the `set_item()` method private
   and only call it from the constructor.
5. Simplify mapping test: just use the constructor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant