예제 #1
0
파일: steps.py 프로젝트: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.openSyncDialog()
    test.compare(
        waitForObjectExists(newAccount.SELECTIVE_SYNC_DIALOG).visible,
        True,
        "Assert selective sync dialog is visible",
    )
예제 #2
0
파일: steps.py 프로젝트: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.openSyncDialog()