e2e: new link format

This commit is contained in:
diana 2023-10-23 11:26:53 +02:00
parent 04a7f76271
commit 071d8f0925
No known key found for this signature in database
GPG Key ID: 58046D93FF2283A3
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class TestActivityCenterContactRequestMultipleDevicePR(MultipleSharedDeviceTestC
self.device_2.create_user(third_user=True, username=new_username_2) self.device_2.create_user(third_user=True, username=new_username_2)
self.device_2.just_fyi('Device2 sends a contact request to Device1 using his profile link') self.device_2.just_fyi('Device2 sends a contact request to Device1 using his profile link')
self.home_2.driver.set_clipboard_text("https://join.status.im/u/" + self.public_key_1) self.home_2.driver.set_clipboard_text("https://status.app/u/" + self.public_key_1)
self.home_2.chats_tab.click() self.home_2.chats_tab.click()
self.home_2.new_chat_button.click_until_presence_of_element(self.home_2.add_a_contact_chat_bottom_sheet_button) self.home_2.new_chat_button.click_until_presence_of_element(self.home_2.add_a_contact_chat_bottom_sheet_button)
self.home_2.add_a_contact_chat_bottom_sheet_button.click() self.home_2.add_a_contact_chat_bottom_sheet_button.click()