get all non-wip scenarios running again for context and project

This commit is contained in:
Reinier Balt 2010-11-09 23:12:21 +01:00
parent 0e81706fee
commit d1b35090ab
7 changed files with 41 additions and 66 deletions

View file

@ -23,7 +23,7 @@ When /^I edit the context to rename it to "([^\"]*)"$/ do |new_name|
:timeout => 5
wait_for do
selenium.is_element_present("edit_context_#{@context.id}")
!selenium.is_element_present("submit_context_#{@context.id}")
end
end