Replies: 1 comment
-
A bit more info: Hence it seems like the easiest solution for us would be to make sure that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies if this is a stupid question.
I'm trying to set up our feature specs to run on https (because we need 3rd party cookies enabled). So I have this in my
rails_helper.rb
:This works but when I do
visit(/some/path)
it's going tohttp
. Is there some way to make Capybara usehttps
by default?Beta Was this translation helpful? Give feedback.
All reactions