Skip to content

Commit

Permalink
fix for updated jasmine runner
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Nov 6, 2012
1 parent bcf8fc9 commit 1830d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/jasmine_runner.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
wait_until 10 do wait_until 10 do
page.evaluate_script('jasmine.getEnv().reporter.subReporters_[1].finished') == true page.evaluate_script('jasmine.getEnv().reporter.subReporters_[1].finished') == true
end end
page.should have_css(".runner.passed", :visible => true) page.should have_css(".bar.passingAlert", :visible => true)
end end

0 comments on commit 1830d25

Please sign in to comment.