From 8891aa0618c66d239a15da71304b9f7b4c0248ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cervinka?= Date: Sat, 11 Jan 2025 21:49:45 +0100 Subject: [PATCH] testing actions --- .github/scripts/take_screenshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/take_screenshot.py b/.github/scripts/take_screenshot.py index 3447b92..ab9af72 100644 --- a/.github/scripts/take_screenshot.py +++ b/.github/scripts/take_screenshot.py @@ -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():