We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1524c commit fe376d1Copy full SHA for fe376d1
test/e2e/gui/screens/onboarding.py
@@ -39,7 +39,8 @@ def __init__(self):
39
@allure.step('Open Create your profile view')
40
def open_create_your_profile_view(self) -> 'CreateYourProfileViewOnboarding':
41
self.create_profile_button.click()
42
- HelpUsImproveStatusView().not_now_button.click()
+ LOG.info('I clicked profile button')
43
+ HelpUsImproveStatusView().not_now_button.wait_until_appears(timeout_msec=30000).click()
44
return CreateYourProfileViewOnboarding().wait_until_appears()
45
46
@allure.step('Open Sign by syncing form')
0 commit comments