mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 04:35:17 +01:00
fix and wip some features
This commit is contained in:
parent
5e477a4d25
commit
aa518e252c
4 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue