File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def test_add_contact_field_validation(self):
145
145
self .device_2 .create_user (third_user = True , username = new_username_2 )
146
146
147
147
self .device_2 .just_fyi ('Device2 sends a contact request to Device1 using his profile link' )
148
- self .home_2 .driver .set_clipboard_text ("https://status.app/u/ " + self .public_key_1 )
148
+ self .home_2 .driver .set_clipboard_text ("https://status.app/u# " + self .public_key_1 )
149
149
self .home_2 .chats_tab .click ()
150
150
self .home_2 .new_chat_button .click_until_presence_of_element (self .home_2 .add_a_contact_chat_bottom_sheet_button )
151
151
self .home_2 .add_a_contact_chat_bottom_sheet_button .click ()
Original file line number Diff line number Diff line change @@ -559,4 +559,4 @@ def get_public_key_via_share_profile_tab(self):
559
559
self .link_to_profile_text .click ()
560
560
c_text = self .driver .get_clipboard_text ()
561
561
self .click_system_back_button ()
562
- return c_text .split ("/ " )[- 1 ]
562
+ return c_text .split ("# " )[- 1 ]
You can’t perform that action at this time.
0 commit comments