Skip to content

Commit

Permalink
test: try fix screen_recording
Browse files Browse the repository at this point in the history
  • Loading branch information
M1nd3r committed Nov 19, 2024
1 parent 032d99b commit db0881c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ui_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def screen_recording(
if record_text_layout:
client.debug.set_screen_text_file(None)
client.debug.watch_layout(False)
client.init_device()
# Instead of client.init_device() we create a new management session
client.get_management_session()
client.debug.stop_recording()

result = testcase.build_result(request)
Expand Down

0 comments on commit db0881c

Please sign in to comment.