I have some errors we I run the code, I don't know if it just me, can anyway test?
The first error is:
1) Admin can close proposals
In order to finish an opened proposal
As an admin
I want to close a proposal
User cannot finish a proposal
Failure/Error: page.should have_content("You are being redirected")
Capybara::ElementNotFound:
Unable to find xpath "/html"
# ./spec/acceptance/admin_can_close_proposals_spec.rb:46:in `block (2 levels) in <top (required)>'
Hi,
I have some errors we I run the code, I don't know if it just me, can anyway test?
The first error is:
1) Admin can close proposals In order to finish an opened proposal As an admin I want to close a proposal User cannot finish a proposal
I found some information about what problem can be: https://groups.google.com/forum/#!topic/ruby-capybara/PDr7sZ124Vw
Second error:
2) In order to have up-to-date proposals As an admin I want to update the proposals through congress-api update proposals through the congress-api
But they looks quite the same...
Thanks!