コード例 #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()