1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Tests: disable occupants panel in functional tests

This commit is contained in:
James Booth 2016-09-26 00:39:37 +01:00
parent e78684f689
commit 388a20813c
2 changed files with 2 additions and 2 deletions

View File

@ -174,6 +174,8 @@ init_prof_test(void **state)
assert_true(prof_output_exact("Word wrap disabled"));
prof_input("/roster hide");
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");
assert_true(prof_output_exact("Console time display disabled."));

View File

@ -107,9 +107,7 @@ shows_role_and_affiliation_on_join(void **state)
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"));
prof_timeout_reset();
}
void