Skip to content

Commit

Permalink
test: reverse video list
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 17, 2024
1 parent 0bb8809 commit 7f75087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gui/shared/scripts/bdd_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def save_screenrecord(filename):
)
if not os.path.exists(screenrecords_dir):
os.makedirs(screenrecords_dir)
video_files.reverse()
for idx, video in enumerate(video_files):
if idx:
file_parts = filename.rsplit(".", 1)
Expand Down

0 comments on commit 7f75087

Please sign in to comment.