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

upgrade to support spree v4.5 #197

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

kimsrung
Copy link

  • update spree version to 4.5
  • update ruby 3.2.0
  • fix test

@kimsrung kimsrung force-pushed the update-spree-450 branch 3 times, most recently from e5c6ac0 to 209e9ba Compare May 30, 2023 03:40
Copy link
Contributor

@rafalcymerys rafalcymerys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting the PR. I left one comment, but otherwise would love to merge this one

@@ -19,6 +19,7 @@
within("tr#review_#{review.id}") do
find('.approve').click
end
sleep(3)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the issue here? I think there are wait_for_turbo and wait_for_ajax helpers for specs, they may be helpful here

Gemfile Outdated
gem 'rails-controller-testing'
gem 'byebug'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this one should be in the Gemfile (even if it's for development) - this is more of a utility, rather than something that's required for development

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.

2 participants