We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075563b commit 6d76ffbCopy full SHA for 6d76ffb
1 file changed
test/functional/android/webdriver/bidi_test.rb
@@ -38,7 +38,7 @@ def test_bidi
38
begin
39
driver.bidi.remove_callback('log.entryAdded', subscribe_id)
40
driver.bidi.send_cmd('session.unsubscribe', 'events': ['log.entryAdded'], 'contexts': ['NATIVE_APP'])
41
- rescue StandardError => e
+ rescue StandardError
42
# ignore
43
end
44
0 commit comments