summaryrefslogtreecommitdiff
path: root/uitest
AgeCommit message (Expand)AuthorFilesLines
2020-11-17tdf#137930: uitest: Add assert to check values are not resetXisco Fauli1-0/+5
2020-11-05Make order of UITest *.py test file processing deterministicStephan Bergmann1-1/+1
2020-10-27uitest: move all calc tests to sc/qa/uitestXisco Fauli18-795/+0
2020-10-27uitest: sw: forgot to move this fileXisco Fauli1-239/+0
2020-10-27tdf#104649: move UItest to CppunitTestXisco Fauli2-37/+0
2020-10-26uitest: move all writer tests to sw/qa/uitestXisco Fauli20-1101/+0
2020-10-24uitest: sc: get_url_for_data_file -> pathlib.PathXisco Fauli1-0/+0
2020-10-23uitest: get_url_for_data_file -> pathlib.PathXisco Fauli1-3/+3
2020-10-23uitest: move navigator tests to their own folderXisco Fauli2-47/+0
2020-10-23uitest: remove duplicated testsXisco Fauli2-49/+0
2020-10-01uitest: factor out common duplicated codeXisco Fauli1-0/+25
2020-09-04uilogger : Add support in the Logger and DSL for MenuBtnAhmed ElShreif2-1/+75
2020-09-01uilogger : Add support in the Logger and DSL for Writer-CommentsAhmed ElShreif2-1/+108
2020-09-01uilogger : Add support in the Logger and DSL for Calc-CommentsAhmed ElShreif2-1/+39
2020-08-29Fix typo in codeAndrea Gelmini1-6/+6
2020-08-27uilogger : Add support in the Logger and DSL for ValueSetAhmed ElShreif2-1/+39
2020-08-24uilogger : Add support in the Logger and DSL for the ToolBoxAhmed ElShreif2-1/+25
2020-08-21uilogger : Add support in the Logger and DSL for the LAUNCHMENU in CALCAhmed ElShreif2-11/+35
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-06uitest : Add demo for gear button menu in Tools->CustomizeAhmed ElShreif1-0/+28
2020-07-03uitest: Fix small issue in UI Logger DSL grammar "EditUIObject"Ahmed ElShreif1-1/+1
2020-06-11tdf#133862: sw: Add UItestXisco Fauli1-0/+15
2020-06-09Print more information about the swallowed exceptionsStephan Bergmann1-2/+3
2020-06-08Reliably terminate soffice.bin when terminating sofficeStephan Bergmann1-1/+1
2020-06-05self.socket appears to be unusedStephan Bergmann1-2/+0
2020-06-05Reliably terminate soffice when connect throws an exceptionStephan Bergmann1-1/+9
2020-06-04Remove unused self.proStephan Bergmann1-3/+1
2020-06-04Adapt documentationStephan Bergmann1-4/+3
2020-06-03uitest: avoid defining the same object multiple time in in mathShiko1-8/+2
2020-05-25Do not time out execute_dialog_through_commandStephan Bergmann1-6/+2
2020-05-22uitest: Add wait methods for slow elementsXisco Fauli2-10/+30
2020-05-21uitest: sw: grab focus before using toggle button in navigatorXisco Fauli1-0/+4
2020-05-17Fix typosAndrea Gelmini1-1/+1
2020-05-17uitest: Fix some issue in the UI Logger DSL coreEL-SHREIF2-3/+24
2020-05-11uitest: Fix small issue in UI Logger DSL grammarEL-SHREIF1-1/+4
2020-04-27Do not time out close_dialog_through_buttonStephan Bergmann1-9/+1
2020-04-22Revert "tdf114724: uitest: make test less time.sleep dependent"Xisco Faulí1-15/+3
2020-04-21uitest: no need to use time.sleep hereXisco Fauli1-6/+0
2020-04-21tdf114724: uitest: make test less time.sleep dependentXisco Fauli1-3/+15
2020-04-21uitest: remove unneeded time.sleepXisco Fauli1-8/+0
2020-04-21uitest: use while loop instead of time.sleepXisco Fauli1-5/+12
2020-04-15Related tdf#130778: New About dialogHeiko Tietze2-2/+2
2020-04-07Revert "UITest: Actually time-out the wait"Stephan Bergmann1-12/+4
2020-04-04tdf#87199: move UItest to CppunitTestXisco Fauli1-26/+0
2020-04-03uitest: add asserts to table dialogXisco Fauli1-1/+10
2020-04-03tdf#80663, tdf#96067: move UItest to CppunitTestXisco Fauli1-35/+0
2020-03-25Defect type: IDENTIFIER_TYPOCaolán McNamara1-2/+2
2020-03-24weld writer navigatorCaolán McNamara1-1/+1
2020-03-16uitest: use hex instead of int for colorsXisco Fauli2-7/+9
2020-03-04uitest: speed up close_doc()Miklos Vajna1-15/+13