mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-07 20:20:32 +01:00
ensure record stop contains 'Saved to:'
This commit is contained in:
parent
5bfd642032
commit
530daced56
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user