mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-26 18:56:10 +01:00
update jquery to latest 1.4.4
This commit is contained in:
parent
145c9105dd
commit
77e2ff0751
11 changed files with 377 additions and 356 deletions
|
|
@ -36,6 +36,10 @@ When /^I click the icon next to the note$/ do
|
|||
click_link "Show note"
|
||||
end
|
||||
|
||||
When /^I edit the note to "([^"]*)"$/ do |note_content|
|
||||
pending # express the regexp above with the code you wish you had
|
||||
end
|
||||
|
||||
Then /^(.*) notes should be visible$/ do |number|
|
||||
# count number of project_notes
|
||||
count = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue