-
I'm trying to write a simple test to see if the UI updated in response to a WebsocketRails triggered event in the test. I'm using the selenium webdriver through capybara and rspec. I've got something …
-
Running model tests works, but when I try to run a Capybara/Poltergeist integration test I get exception:
```
An error occurred in an after hook
Java::JavaLang::IllegalArgumentException: Object: # …
-
~~I've already cloned the [TestWise example project](https://courtneyzhan.medium.com/testwise-macos-setup-42e362a8b397#4e2b) and set up Rspec with latest Ruby. Need to take this into the mono-repo wit…
-
The `Capybara/SpecificMatcher`, `Capybara/NegationMatcher`, and `Capybara/VisibilityMatcher` cops depend on methods from the `Capybara::RSpecMatchers` class.
https://www.rubydoc.info/gems/capybara/…
-
### 👓 What did you see?
Basically while trying to upgrade gems the all method from rspec-expectations in aruba clashes with capybara's definition of `all` and hence the tests and upgrade fail. I've…
-
## Reproduction
This code uses Capybara's `synchronize` inside of `within`. The code inside `synchronize` always fails, but that's a simplification from the real application. The page has JavaScrip…
-
I keep getting `Net::ReadTimeout: Net::ReadTimeout with #` when run via Capybara.
I have the `heroku-buildpack-google-chrome` build pack, with `webdrivers-gem`.
It works when directly running on a…
-
```
Failure/Error: visit '/'
NameError:
uninitialized constant Capybara::Driver::Celerity
# ./spec/basic_spec.rb:14:in (root)
```
capybara (1.1.2 and head)
capybara-celerity (0.0.1 and head)
-
I am using capybara-selenium w/ Chrome headless. The screenshots that are saved on failure are not getting the entire page. The error I'm having is farther down on the page than what is shown in the…
-
## User story
As a developer or project owner, I need to understand what the frontend is meant to do, in order that I can reason about changes to it and prevent things that work now from breaking.
#…