예제 #1
0
파일: steps.py 프로젝트: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.addServer(context)
    test.compare(
        waitForObjectExists(newAccount.CREDENTIAL_PAGE).visible,
        True,
        "Assert credentials page is visible",
    )
예제 #2
0
파일: steps.py 프로젝트: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.addServer(context)
예제 #3
0
파일: steps.py 프로젝트: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.addServer(context)
    newAccount.addUserCreds(context)
    newAccount.selectSyncFolder(context)