Skip to content

Commit 64b6f7b

Browse files
anastasiyaigcaybro
authored andcommitted
chore(@e2e): remove time sleep
1 parent 85638c8 commit 64b6f7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/gui/main_window.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ def create_profile(self, user_account: UserAccount):
225225

226226
# since we now struggle with 3 words names, I need to change display name first
227227
left_panel = MainLeftPanel()
228-
# TODO: https://github.com/status-im/status-desktop/issues/18888
229-
time.sleep(3)
230228
settings_screen = left_panel.open_settings()
231229
profile = settings_screen.left_panel.open_profile_settings()
232230
profile.set_name(user_account.name)

0 commit comments

Comments
 (0)