Skip to content

Commit 071d8f0

Browse files
committed
e2e: new link format
1 parent 04a7f76 commit 071d8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/appium/tests/activity_center/test_activity_center.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def test_add_contact_field_validation(self):
145145
self.device_2.create_user(third_user=True, username=new_username_2)
146146

147147
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)
148+
self.home_2.driver.set_clipboard_text("https://status.app/u/" + self.public_key_1)
149149
self.home_2.chats_tab.click()
150150
self.home_2.new_chat_button.click_until_presence_of_element(self.home_2.add_a_contact_chat_bottom_sheet_button)
151151
self.home_2.add_a_contact_chat_bottom_sheet_button.click()

0 commit comments

Comments
 (0)