Skip to content

Commit

Permalink
Dup reports and remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 13, 2024
1 parent 58fe5b8 commit 2207365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/maze/bugsnag_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def initialize(middleware)
end

def call(report)
Maze::ErrorCaptor.instance.add_captured_error(report)
Maze::ErrorCaptor.instance.add_captured_error(report.dup)

@middleware.call(report)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/maze/hooks/appium_hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def before(scenario)
end

def after(scenario)
pp "AppiumHooks AFTER"


if Maze.config.os == 'macos'
# Close the app - without the sleep, launching the app for the next scenario intermittently fails
Expand Down

0 comments on commit 2207365

Please sign in to comment.