@@ -49,12 +49,14 @@ def test_group_chat_add_contact_in_ac(multiple_instances, community_name, domain
4949
5050 with step (f'User { user_two .name } , get chat key' ):
5151 user_2_chat_key = get_chat_key (aut_two , main_window )
52+ main_window .minimize ()
5253
5354 with step (f'User { user_one .name } , send contact request to { user_two .name } ' ):
5455 switch_to_aut (aut_one , main_window )
5556 settings = main_window .left_panel .open_settings ()
5657 contact_request_form = settings .left_panel .open_messaging_settings ().open_contacts_settings ().open_contact_request_form ()
5758 contact_request_form .send (user_2_chat_key , f'Hello { user_two .name } ' )
59+ main_window .minimize ()
5860
5961 with step (f'User { user_two .name } , accept contact request from { user_one .name } via activity center' ):
6062 switch_to_aut (aut_two , main_window )
@@ -66,12 +68,14 @@ def test_group_chat_add_contact_in_ac(multiple_instances, community_name, domain
6668
6769 with step (f'User { user_three .name } , get chat key' ):
6870 user_3_chat_key = get_chat_key (aut_three , main_window )
71+ main_window .minimize ()
6972
7073 with step (f'User { user_one .name } , send contact request to { user_three .name } ' ):
7174 switch_to_aut (aut_one , main_window )
7275 settings = main_window .left_panel .open_settings ()
7376 contact_request_form = settings .left_panel .open_messaging_settings ().open_contacts_settings ().open_contact_request_form ()
7477 contact_request_form .send (user_3_chat_key , f'Hello { user_three .name } ' )
78+ main_window .minimize ()
7579
7680 with step (f'User { user_three .name } , accept contact request from { user_one .name } via activity center' ):
7781 switch_to_aut (aut_three , main_window )
0 commit comments