mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Disable muc notifications for functional tests
This commit is contained in:
parent
c61e9d80ea
commit
9f34373b46
@ -168,6 +168,8 @@ init_prof_test(void **state)
|
|||||||
assert_true(prof_output_exact("Dynamic input blocking disabled"));
|
assert_true(prof_output_exact("Dynamic input blocking disabled"));
|
||||||
prof_input("/notify chat off");
|
prof_input("/notify chat off");
|
||||||
assert_true(prof_output_exact("Chat notifications disabled"));
|
assert_true(prof_output_exact("Chat notifications disabled"));
|
||||||
|
prof_input("/notify room off");
|
||||||
|
assert_true(prof_output_exact("Room notifications disabled"));
|
||||||
prof_input("/wrap off");
|
prof_input("/wrap off");
|
||||||
assert_true(prof_output_exact("Word wrap disabled"));
|
assert_true(prof_output_exact("Word wrap disabled"));
|
||||||
prof_input("/roster hide");
|
prof_input("/roster hide");
|
||||||
|
Loading…
Reference in New Issue
Block a user