Skip to content

Commit 1460120

Browse files
committed
Rubocop - Lint/HandleExceptions
1 parent 7f04d50 commit 1460120

File tree

1 file changed

+3
-0
lines changed
  • ios_tests/lib/ios/specs/ios/element

1 file changed

+3
-0
lines changed

ios_tests/lib/ios/specs/ios/element/text.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# rubocop:disable Lint/HandleExceptions
2+
13
# rake ios['ios/element/text']
24
describe 'ios/element/text' do
35
def ui_catalog
@@ -44,6 +46,7 @@ def before_first
4446
act = begin
4547
text_exact 'mos'
4648
rescue
49+
# nop
4750
end
4851
act.must_be_nil
4952
set_wait

0 commit comments

Comments
 (0)