ensure record stop contains 'Saved to:'

This commit is contained in:
onyx-and-iris 2025-05-28 14:36:33 +01:00
parent 5bfd642032
commit 530daced56

View File

@ -37,7 +37,7 @@ def test_record_stop():
assert 'Recording is not in progress, cannot stop.' in result.stderr
else:
assert result.exit_code == 0
assert 'Recording stopped successfully.' in result.stdout
assert 'Recording stopped successfully. Saved to:' in result.stdout
time.sleep(0.5) # Wait for the recording to stop