-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Orders spec update #8264
Orders spec update #8264
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
spec/system/admin/orders_spec.rb
Outdated
@@ -179,6 +186,7 @@ | |||
fill_in "Email", with: user.email | |||
fill_in "First name begins with", with: "J" | |||
fill_in "Last name begins with", with: "D" | |||
byebug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this from the Git history before submitting a PR. The easiest way I find is to make a single commit that just removes the line, then do an interactive rebase and put the fixup commit directly under the commit with the mistake and mark it as "fixup". The two commits then get merged into one and it's like this line never happened. 😄
it "filter by complete date" do | ||
|
||
login_as_admin_and_visit 'admin/orders' | ||
|
||
|
||
find('#q_completed_at_gteq').click |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why so much space?
What? Why?
Relates to #8216 (won't close it just yet)
Adds test cases to the
/orders
page.What should we test?
Green build.
Release notes
Improves test coverage on the orders page (release test automation).
Changelog Category: Technical changes
Documentation updates
Manual release testing document should be updated after merging this PR.