Skip to content

Commit

Permalink
testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdotpy3d committed Jan 11, 2025
1 parent c3d10a1 commit 8891aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/take_screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def take_screenshot(driver, url, selector, output_name):
)
temp_output = output_name
element.screenshot(temp_output)
crop_image(temp_output, output_name)
# crop_image(temp_output, output_name)


def main():
Expand Down

0 comments on commit 8891aa0

Please sign in to comment.