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()
193 bots.directory.waitForDocument(fileName1); in assertDefaultContentOfTestDir0()194 bots.directory.waitForDocument(fileName2); in assertDefaultContentOfTestDir0()195 bots.directory.waitForDocument(dirName1); in assertDefaultContentOfTestDir0()196 bots.directory.waitForDocument(fileNameNoRename); in assertDefaultContentOfTestDir0()201 bots.directory.waitForDocument(fileName3); in assertDefaultContentOfTestDir1()202 bots.directory.waitForDocument(fileName4); in assertDefaultContentOfTestDir1()
96 bots.directory.waitForDocument(newName); in testRenameFile_OkButton()112 bots.directory.waitForDocument(newName); in testRenameFile_Enter()125 bots.directory.waitForDocument(fileName1); in testRenameWithoutChangeIsNoOp()180 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()
43 bots.directory.waitForDocument(fileName1); in setUp()127 bots.directory.waitForDocument(dirName1); in testSearchView_ClearsTextOnBack()
165 bots.directory.waitForDocument(TARGET_FILE); in testCopyDocument_Cancel()217 bots.directory.waitForDocument(TARGET_FILE); in testMoveDocument_Cancel()
194 waitForDocument(label); in selectDocument()212 waitForDocument(label); in isDocumentSelected()266 public void waitForDocument(String label) throws UiObjectNotFoundException { in waitForDocument() method in DirectoryListBot