Skip to content

Commit

Permalink
Update lib/maze/client/appium/base_client.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Kirkland <[email protected]>
  • Loading branch information
joshedney and twometresteve authored Nov 27, 2024
1 parent e2913f8 commit 1ab721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maze/client/appium/base_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def start_session

if Maze.driver.app_id.nil?
$logger.error "Failed to determine app id."
$logger.debug "Capabilities: #{Maze.driver.session_capabilities.inspect}"
$logger.debug "session_capabilities: #{Maze.driver.session_capabilities.inspect}"
end

# Ensure the device is unlocked
Expand Down

0 comments on commit 1ab721a

Please sign in to comment.