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 02a2bfc commit 40da1a7Copy full SHA for 40da1a7
rb/lib/selenium/webdriver/support/guards/guard.rb
@@ -36,7 +36,7 @@ def initialize(guarded, type, guards = nil)
36
@messages[:unknown] = 'TODO: Investigate why this is failing and file a bug report'
37
@type = type
38
39
- @reason = @guarded.delete(:reason)
+ @reason = @guarded[:reason]
40
end
41
42
def message
0 commit comments