Questions tagged as 'capybara'

0
answers

Capybara :: InfiniteRedirectError: redirected more than 5 times

Hello, when I try to run my tests with capybara, I get that error, I do not understand why, what am I doing wrong? this is the error: Failures: 1) Users editar usuario edicion exitosa Failure/Error: click_button 'Grabar' Capyb...
asked by 10.05.2018 / 20:09
1
answer

Failure / Error: expect (page) .to have_content Capybara does not check page content

Hi, I created my test with capybara and rspec. This is my test require 'rails_helper' RSpec.feature "Users", type: :feature do context "crear nuevo usuario" do scenario "creacion exitosa" do user= FactoryBot.create(:user, :super_u...
asked by 03.04.2018 / 17:23
0
answers

Capybara :: InfiniteRedirectError: redirected more than 5 times, check for infinite redirects. - edit user

I have an error running my user editing tests, it throws me the next exception Capybara :: InfiniteRedirectError:        redirected more than 5 times, check for infinite redirects. This is my feature class. require 'rails_helper' RSpec....
asked by 04.04.2018 / 00:04