mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Tests: disable occupants panel in functional tests
This commit is contained in:
parent
e78684f689
commit
388a20813c
@ -174,6 +174,8 @@ init_prof_test(void **state)
|
|||||||
assert_true(prof_output_exact("Word wrap disabled"));
|
assert_true(prof_output_exact("Word wrap disabled"));
|
||||||
prof_input("/roster hide");
|
prof_input("/roster hide");
|
||||||
assert_true(prof_output_exact("Roster disabled"));
|
assert_true(prof_output_exact("Roster disabled"));
|
||||||
|
prof_input("/occupants default hide");
|
||||||
|
assert_true(prof_output_exact("Occupant list disabled"));
|
||||||
prof_input("/time console off");
|
prof_input("/time console off");
|
||||||
prof_input("/time console off");
|
prof_input("/time console off");
|
||||||
assert_true(prof_output_exact("Console time display disabled."));
|
assert_true(prof_output_exact("Console time display disabled."));
|
||||||
|
@ -107,9 +107,7 @@ shows_role_and_affiliation_on_join(void **state)
|
|||||||
|
|
||||||
prof_input("/join testroom@conference.localhost");
|
prof_input("/join testroom@conference.localhost");
|
||||||
|
|
||||||
prof_timeout(60);
|
|
||||||
assert_true(prof_output_exact("-> You have joined the room as stabber, role: participant, affiliation: none"));
|
assert_true(prof_output_exact("-> You have joined the room as stabber, role: participant, affiliation: none"));
|
||||||
prof_timeout_reset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user