Closed. This qu开发者_如何学Cestion is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have 2 forms in my page. The first form has a field \"Username\" and the second form has a field \"Username:\".
I need to wait for loading b开发者_开发问答ar (div#loading) to disappear (become display: none) in a cucumber step. I\'d expect the following to do the trick
I\'m trying to get a sign up form working with Devise; I\'m testing it with Cucumber. When a user signs up, I send a confirmation e-mail. Something goes wrong when running my test, though.
I use an after_commit filter in several places in my code. In order to get my cucumber tests working, I had to use a patch - http://outofti.me/post/4777884779/test-after-commit-hooks-with-transactiona
This is a fresh project setup on Rails 3.1. When I run cucumber features I always get the same annoying deprecation warning twice. Any guidance would be appreciated.
I’m using Rails 3.0.7 and ruby 1.9.2 with cucumbe开发者_StackOverflowr and capybara. I just had this problem, and I can’t find a solution :(
I am writing a scenario for signup form. @abc @selenium Scenario:Non registered user signs up Given I am on the sign-up page
Let\'s say you have a resource called Article. On the index page, you have many articles listed. In one scenario, I have this Cucumber step:
I\'m using Cucumber with a page object similar to the simplified version shown below. I need to do some quite complex parsing of the HTML, so I\'d like to be able to unit test the page object in isola