-
Notifications
You must be signed in to change notification settings - Fork 356
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
[cypress] Breakup and remove commands.js #7257
Conversation
@miq-bot add_labels cypress, refactoring |
@miq-bot add_label test |
I agree in principle, but depending on how pedantic you want to get.... :)
But the structure makes sense, so, feel free to EDIT: debride spec failed on network error, restarted |
@himdel I actually agree with all of the critique, so I will look at making the changes. I was considering combining the titles myself, just wasn't sure what a good name was, but I will go with the "obviously simple" one you suggested. |
Okay, upon further inspection, I am going to retract my changes to manageiq-ui-classic/cypress/integration/ui/menu.spec.js Lines 7 to 15 in d6d76be
Used to support some assertions, but doesn't actually do the asserting itself. Maybe we can make helpers for that in the future, but I think for now, just getting the structure right. That said, will still push the other two changes... hold plz. |
Breaks the file into multiple files of two different categories: - commands - assertions
ecd206f
to
271be06
Compare
Checked commit NickLaMuro@271be06 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
This bug was introduced in ManageIQ#7257.
Breaks the file into multiple files of two different categories:
This is mostly a pedantic commit, but I figured it made sense to do this now and set precedence before others start contributing and use this as a reference. If for whatever reason it is highly disliked (I guess if there is a contigency of peeps who really like "long line files" I am unware of), we can close as well.
Links