Skip to content

Commit 8891aa0

Browse files
committed
testing actions
1 parent c3d10a1 commit 8891aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/take_screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def take_screenshot(driver, url, selector, output_name):
3434
)
3535
temp_output = output_name
3636
element.screenshot(temp_output)
37-
crop_image(temp_output, output_name)
37+
# crop_image(temp_output, output_name)
3838

3939

4040
def main():

0 commit comments

Comments
 (0)