mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 02:08:50 +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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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