-
For one of our rails projects I was interested to see if cuprite is faster than our current selenium chrome specs. Selenium still seemed a bit faster for the feature specs (3:26) vs cuprite (3:52)
…
-
![huge_2024-05-11_22 04 55](https://github.com/iuriineves/sn0wfrogs-capybaras/assets/52480898/ec7ea5ae-98d9-4722-b294-3d100159557f)
Every other human-like mob seems fine, even all the modded ones I'v…
-
This will involve some refactoring of tests... More info here http://www.andylindeman.com/2012/11/11/rspec-rails-and-capybara-2.0-what-you-need-to-know.html
-
When I run the tests in the Docker environment, I get long cascades of the following error:
```bash
Capybara::ExpectationNotMet:
Timed out waiting for Selenium session reset
…
-
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…
-
**Describe the Housekeeping**
As developers we would like to improve the Integration Suite so that it doesn’t fail randomly on Training.
- There is a dependency with Samples Extraction which seems…
-
@fasteddie31003
Mind making a list of integration tests we would need? Would make it easier for me to focus on specific tasks.
-
## 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…
-
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: # …
-
### Steps to reproduce
1. Create a rails 7.1 application with ruby 3.2.2
2. Setup Rspec/Capybara/Cuprite Defaults
3. add capybara-screenshot
4. Install latest version of react-rails gem and create…