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 0e9e9de commit 827efd4Copy full SHA for 827efd4
rb/lib/selenium/webdriver/support/guards.rb
@@ -40,7 +40,7 @@ def initialize(example, bug_tracker: '', conditions: nil)
40
def add_condition(name, condition = false, &block)
41
condition = false if condition.nil?
42
@guard_conditions << GuardCondition.new(name, condition, &block)
43
- WebDriver.logger.info "Running with Guard '#{name}' set to: #{condition}"
+ WebDriver.logger.debug "Running with Guard '#{name}' set to: #{condition}"
44
end
45
46
def add_message(name, message)
0 commit comments