Skip to content

Instantly share code, notes, and snippets.

@vast
Created August 5, 2015 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vast/3771a6a0a4a2a88883ac to your computer and use it in GitHub Desktop.
Save vast/3771a6a0a4a2a88883ac to your computer and use it in GitHub Desktop.
scenario "Client creates to-dos", js: true do
visit project_path
todos_sidebar.click_link "Add"
todo_modal.fill_in "Description", with: "If I had a heart"
todo_modal.click_on "Save"
expect(todos_sidebar).to have_content("If I had a heart")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment