Exemplo n.º 1
0
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.openSyncDialog()
    test.compare(
        waitForObjectExists(newAccount.SELECTIVE_SYNC_DIALOG).visible,
        True,
        "Assert selective sync dialog is visible",
    )
Exemplo n.º 2
0
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.openSyncDialog()