fix and wip some features

This commit is contained in:
Reinier Balt 2012-05-18 17:12:32 +02:00
parent 5e477a4d25
commit aa518e252c
4 changed files with 5 additions and 2 deletions

View file

@ -195,8 +195,10 @@ end
When /^I add a note "([^"]*)" to the project$/ do |note_body|
click_link "Add a note"
page.should have_css "div.widgets button#submit_note"
fill_in "note[body]", :with => note_body
click_button "Add note"
page.should_not have_css "div.widgets button#submit_note"
end
When /^I click on the first note icon$/ do