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