You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RSpec.describe 'some test with type feature', type::featuredo
215
+
end
216
+
```
217
+
218
+
--
219
+
197
220
## `js: true`
198
221
199
222
Use `js: true` to switch to the `Capybara.javascript_driver` (:selenium by default), or provide a :driver option to switch to one specific driver. For example:
Screenshots are saved to `Capybara.save_path`, relative to the app directory. If you have required `capybara/rails`, `Capybara.save_path` will default to `tmp/capybara`.
409
-
410
-
--
411
-
412
-
## Again `Pry`
413
-
414
-
You can remember what is pry [here](http://localhost:4000/slides/automation-qa/rails-structure#/12/1)
415
-
416
-
Remember you should place `binding.pry` inside `it` block.
0 commit comments