mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-25 10:16:11 +01:00
fix tests for dependencies and fix minor issues
This commit is contained in:
parent
70b2ee1e4f
commit
6a9b3e28d5
15 changed files with 570 additions and 433 deletions
|
|
@ -39,13 +39,13 @@ end
|
|||
|
||||
When /^I sort the active list alphabetically$/ do
|
||||
click_link "Alphabetically"
|
||||
selenium.wait_for :wait_for => :ajax, :javascript_framework => :jquery
|
||||
wait_for_ajax
|
||||
selenium.get_confirmation.should == "Are you sure that you want to sort these projects alphabetically? This will replace the existing sort order."
|
||||
end
|
||||
|
||||
When /^I sort the list by number of tasks$/ do
|
||||
click_link "By number of tasks"
|
||||
selenium.wait_for :wait_for => :ajax, :javascript_framework => :jquery
|
||||
wait_for_ajax
|
||||
selenium.get_confirmation.should == "Are you sure that you want to sort these projects by the number of tasks? This will replace the existing sort order."
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue