-
Notifications
You must be signed in to change notification settings - Fork 124
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
Update: Removed unused buttons. Log out function fails upon button click #198
Update: Removed unused buttons. Log out function fails upon button click #198
Conversation
Could you check to see if your change is causing the one test in the pipeline to fail? |
Looks like the failed test has nothing to do with the changes.
This is usually caused because the CI machine is too slow. We can fix this by making a tweak in our settings. @ErinClaudio @kasugaijin we can safetly just ignore that. I'll open a issue to resolve it. |
Ah yes. This is out flaky test. It failed a couple times ealier this evening too. |
557ca60
to
a4ed92d
Compare
@kasugaijin @edwinthinks Thank you for the update! |
* added layout import to pets dashboard, removed javascript from head partial * utilize geeks ui styling and move components * Implement requested changes * Change header variable to match others * remove previous change that was causing funky formatting
Co-authored-by: Edwin Mak <[email protected]>
…board pets index and show
… locations table (#230) * Remove location fields to Organization * Add zipcode field to locations * Fix seeds * Add zipcode to location factory * WIP: Remove organization.city usage from views/organizations/home/index.html.erb * Run automatic fixer * Remove unecessary comment
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.
Thanks @ErinClaudio for your PR. I left you a comment let me know if you have any Qs
* Fix flaky test by increasing process_timeout * Fix deprecation warning by bumping city-state gem
* Saving staff separately - some issues with saving role as a nested attribute Co-authored-by: Edwin Mak <[email protected]>
Co-authored-by: Edwin Mak <[email protected]>
…board pets index and show
… locations table (#230) * Remove location fields to Organization * Add zipcode field to locations * Fix seeds * Add zipcode to location factory * WIP: Remove organization.city usage from views/organizations/home/index.html.erb * Run automatic fixer * Remove unecessary comment
…o-be-only-Sign-Out
…o-be-only-Sign-Out
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.
Thanks @ErinClaudio ! LGTM!
Describe your change in plain English.
Link to the issue
#195
Concerns
I have reservations about the sad path test for the "non-authenticated user attempts to log out" scenario. While the test passes, I believe it can be enhanced. Would appreciate guidance or a review on this particular test.