Skip to content

Commit fe376d1

Browse files
anastasiyaigmarkoburcul
authored andcommitted
temp commit to increase timeout
1 parent 2a1524c commit fe376d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/gui/screens/onboarding.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def __init__(self):
3939
@allure.step('Open Create your profile view')
4040
def open_create_your_profile_view(self) -> 'CreateYourProfileViewOnboarding':
4141
self.create_profile_button.click()
42-
HelpUsImproveStatusView().not_now_button.click()
42+
LOG.info('I clicked profile button')
43+
HelpUsImproveStatusView().not_now_button.wait_until_appears(timeout_msec=30000).click()
4344
return CreateYourProfileViewOnboarding().wait_until_appears()
4445

4546
@allure.step('Open Sign by syncing form')

0 commit comments

Comments
 (0)