def step(context): newAccount = AccountConnectionWizard() newAccount.addServer(context) test.compare( waitForObjectExists(newAccount.CREDENTIAL_PAGE).visible, True, "Assert credentials page is visible", )
def step(context): newAccount = AccountConnectionWizard() newAccount.addServer(context)
def step(context): newAccount = AccountConnectionWizard() newAccount.addServer(context) newAccount.addUserCreds(context) newAccount.selectSyncFolder(context)