Gabriel Arcangel Zayas
Gabriel Arcangel Zayas
@pascallaliberte I opened a PR over at https://github.com/hotwired/stimulus-rails/pull/116, but you can test it out for the time being by using this in the Gemfile and then using the `--append` flag...
Closing in favor of #654.
Hasn't been happening for a while now, going to close this one.
I revisited this after it was mentioned recently in Discord: https://discord.com/channels/836637622432170028/836637623048601633/threads/1075767218433962074 Again, the diffs look kind of crazy, but I simply wrapped the tests in `unless scaffolding_things_disabled? ... end` blocks...
@jagthedrummer I got the system tests to pass while using a live browser on MacOSX by setting the following two values specifically to `:selenium_chrome` https://github.com/bullet-train-co/bullet_train/blob/c09d2ddb5a5a3b9554c659296cd44a6fd3ae93cc/test/application_system_test_case.rb#L26-L27
Just here to confirm that I got the same error. If it's an eager loading issue, that's been one of the big problems we've encountered with tests across the whole...
@jagthedrummer I ended up removing the tests for the custom formats because Capybara wasn't picking up on the edited page. I originally was working with `_index/html.erb` but changed it to...
Now we just have 0 changes though, also because we added `PartialTest` in another PR after I opened this one... I'll write up some documentation and link it here, then...
Just opened https://github.com/bullet-train-co/bullet_train-core/pull/364, will go ahead and close this one.
I installed Homebrew on my Ubuntu recently, didn't run into any problems with it.