mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-17 22:43:38 +00:00
ensure record stop contains 'Saved to:'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user