update jquery to latest 1.4.4

This commit is contained in:
Reinier Balt 2010-11-19 18:42:59 +01:00
parent 145c9105dd
commit 77e2ff0751
11 changed files with 377 additions and 356 deletions

View file

@ -22,7 +22,7 @@ Feature: View, add, remove notes
And I should see note "My Note A" on the notes page
Then the badge should show 1
@selenium @wip
@selenium
Scenario: Delete note from notes page
Given I have a project "Pass Final Exam" with 2 notes
When I go to the notes page

View file

@ -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