File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
android_tests/lib/android/specs Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ # rubocop:disable Metrics/LineLength
2+
13# rake android[android/helper]
24describe 'android/helper' do
35 t 'tags' do
Original file line number Diff line number Diff line change 5050 # regular rescue will not handle exceptions outside of StandardError hierarchy
5151 # must rescue Exception explicitly to rescue everything
5252 proc { wait_true ( wait_opts ) { fail NoMemoryError } } . must_raise Selenium ::WebDriver ::Error ::TimeOutError
53- proc { wait_true ( timeout : 0.2 , interval : 0.0 ) { fail NoMemoryError } } . must_raise Selenium ::WebDriver ::Error ::TimeOutError
53+ proc { wait_true ( timeout : 0.2 , interval : 0.0 ) { fail NoMemoryError } }
54+ . must_raise Selenium ::WebDriver ::Error ::TimeOutError
5455
5556 # invalid keys are rejected
5657 proc { wait_true ( invalidkey : 2 ) { true } } . must_raise RuntimeError
Original file line number Diff line number Diff line change 11# rubocop:disable Lint/RescueException
2+ # rubocop:disable Metrics/LineLength
23
34# Skip:
45# status # status patches are already tested in driver.rb
You can’t perform that action at this time.
0 commit comments