We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a7f76 commit 071d8f0Copy full SHA for 071d8f0
test/appium/tests/activity_center/test_activity_center.py
@@ -145,7 +145,7 @@ def test_add_contact_field_validation(self):
145
self.device_2.create_user(third_user=True, username=new_username_2)
146
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://join.status.im/u/" + self.public_key_1)
+ self.home_2.driver.set_clipboard_text("https://status.app/u/" + self.public_key_1)
149
self.home_2.chats_tab.click()
150
self.home_2.new_chat_button.click_until_presence_of_element(self.home_2.add_a_contact_chat_bottom_sheet_button)
151
self.home_2.add_a_contact_chat_bottom_sheet_button.click()
0 commit comments