Searched refs:waitForDocument (Results 1 – 8 of 8) sorted by relevance
78 bots.directory.waitForDocument("Kung Fu Panda"); in testCreateDirectory()103 bots.directory.waitForDocument("file1.png"); in testKeyboard_CutDocument()121 bots.directory.waitForDocument("file1.png"); in testKeyboard_CopyDocument()124 bots.directory.waitForDocument("file1.png"); in testKeyboard_CopyDocument()134 bots.directory.waitForDocument("file1.png"); in testDeleteDocument_Cancel()160 bots.directory.waitForDocument("0.txt"); in testCopyLargeAmountOfFiles()173 bots.directory.waitForDocument("0.txt"); in testCopyLargeAmountOfFiles()174 bots.directory.waitForDocument(nameOfLastFile); in testCopyLargeAmountOfFiles()
181 bots.directory.waitForDocument(fileName1); in assertDefaultContentOfTestDir0()182 bots.directory.waitForDocument(fileName2); in assertDefaultContentOfTestDir0()183 bots.directory.waitForDocument(dirName1); in assertDefaultContentOfTestDir0()184 bots.directory.waitForDocument(fileNameNoRename); in assertDefaultContentOfTestDir0()189 bots.directory.waitForDocument(fileName3); in assertDefaultContentOfTestDir1()190 bots.directory.waitForDocument(fileName4); in assertDefaultContentOfTestDir1()
97 bots.directory.waitForDocument(newName); in testRenameFile_OkButton()113 bots.directory.waitForDocument(newName); in testRenameFile_Enter()126 bots.directory.waitForDocument(fileName1); in testRenameWithoutChangeIsNoOp()181 bots.directory.waitForDocument(newName); in testRename_RecoverAfterConflict()
82 bots.directory.waitForDocument("Ham & Cheese.sandwich"); in testFilesList_LiveUpdate()89 bots.directory.waitForDocument(childDir1); // wait for known content in testNavigate_byBreadcrumb()96 bots.directory.waitForDocument(dirName1); in testNavigate_byBreadcrumb()
32 bots.directory.waitForDocument("file1.txt"); in testArchive_valid()35 bots.directory.waitForDocument("cherries.txt"); in testArchive_valid()
44 bots.directory.waitForDocument(fileName1); in setUp()128 bots.directory.waitForDocument(dirName1); in testSearchView_ClearsTextOnBack()
163 bots.directory.waitForDocument(TARGET_FILE); in testCopyDocument_Cancel()215 bots.directory.waitForDocument(TARGET_FILE); in testMoveDocument_Cancel()
193 waitForDocument(label); in selectDocument()211 waitForDocument(label); in isDocumentSelected()265 public void waitForDocument(String label) throws UiObjectNotFoundException { in waitForDocument() method in DirectoryListBot