Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 12, 2015
1 parent 5d47395 commit d04d710
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/protractor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ def angular_website
it 'waitForAngular should succeed on angular pages with wait' do
@driver.get angular_website

wait(timeout: 5) { @protractor.waitForAngular }
wait(timeout: 15) { @protractor.waitForAngular }
end

it 'should fail travis ci' do
raise 'fail test'
end

end

0 comments on commit d04d710

Please sign in to comment.