fix a lot of selenium tests to pass again

This commit is contained in:
Reinier Balt 2008-12-02 20:58:54 +01:00
parent df26cf6e87
commit 09f0322d45
11 changed files with 30 additions and 19 deletions

View file

@ -51,4 +51,10 @@ module SeleniumOnRails::TestBuilderAccessors
yield
wait_for_context_count "${expected_context_count}"
end
end
def click_and_wait clickable
click clickable
wait_for_page_to_load 3000
end
end