summaryrefslogtreecommitdiff
path: root/uitest/uitest
AgeCommit message (Expand)AuthorFilesLines
2021-03-21select_by_text helper method for uitestsNoel Grandin1-0/+3
2021-03-11tdf#132293 remove unused imports from uitestVictor Kukshiev3-4/+2
2021-02-24uitest: no need to pass the parent as a parameterXisco Fauli1-2/+8
2021-02-10uitest: sd: check embedded document is open in a new dialogXisco Fauli1-1/+1
2021-01-22tdf#118308: sc: Add UItestXisco Fauli1-4/+11
2021-01-12uitest: sc: factor out common code ( part 1 )Xisco Fauli1-0/+5
2020-12-16uitest: sd: Check Position and Size dialog after moving...Xisco Fauli1-0/+4
2020-11-17tdf#137930: uitest: Add assert to check values are not resetXisco Fauli1-0/+5
2020-10-01uitest: factor out common duplicated codeXisco Fauli1-0/+25
2020-05-25Do not time out execute_dialog_through_commandStephan Bergmann1-6/+2
2020-05-22uitest: Add wait methods for slow elementsXisco Fauli1-0/+18
2020-04-27Do not time out close_dialog_through_buttonStephan Bergmann1-9/+1
2020-03-04uitest: speed up close_doc()Miklos Vajna1-15/+13
2019-07-26UI tests opening all dialogs in writer and see if it crashesArtur Neumann1-0/+39
2019-03-24Extend timeout for .uno:AutoCorrectDlg UITestsStephan Bergmann1-2/+2
2019-01-16eliminate some noise from uitest failureNoel Grandin1-10/+11
2018-09-27uitest: add the ModelessDialogVisible event to the execute_blocked_actionMarkus Mohrhard1-1/+1
2018-09-27uitest: make it easier to log the received events for dialog creationMarkus Mohrhard1-6/+7
2018-02-21Revert "uitest: add timeout for blocking actions"Stephan Bergmann1-6/+2
2018-02-18uitest: add timeout for blocking actionsMarkus Mohrhard1-2/+6
2018-01-08uitest: add a shared helper method for selecting textMarkus Mohrhard1-0/+3
2017-08-05Fix typosAndrea Gelmini1-1/+1
2017-07-31uitest: wait longer for the blocking action eventMarkus Mohrhard1-2/+2
2017-07-23uitest: wait twice as long for blocking actionsMarkus Mohrhard1-1/+2
2017-07-20tdf#46852 fix spellcheck continue at beginningLuke Deller1-3/+22
2017-06-20Propagate failure out from css.ui.test.XUITest::executeCommand/DialogStephan Bergmann1-3/+6
2017-06-20MAX_WAIT turns out to be too smallStephan Bergmann1-1/+1
2017-06-13uitest: extract the wait time for the dialogsMarkus Mohrhard2-8/+11
2017-03-26uitest: add a decorator to document required revisionMarkus Mohrhard1-0/+16
2017-03-18uitest: add method to simplify sending CTRL+AMarkus Mohrhard1-0/+13
2017-02-27uitest: catch more exceptions during shutdownMarkus Mohrhard1-7/+7
2017-02-27uitest: handle crash reporter dialog correctly during start-upMarkus Mohrhard1-1/+22
2017-02-27uitest: use the new dialog method in the python codeMarkus Mohrhard1-3/+3
2017-02-18use special method to close dialog through button clickMarkus Mohrhard1-1/+1
2016-12-24uitest: write a helper method for selecting based on positionMarkus Mohrhard1-0/+3
2016-12-24uitest: add a helper method for typing textMarkus Mohrhard2-2/+6
2016-12-22uitest: add a way to execute blocking actionsMarkus Mohrhard1-0/+18
2016-12-22uitest: add method to get first componentMarkus Mohrhard1-0/+7
2016-12-20uitest: we need the workaround for the race condition also for file loadingMarkus Mohrhard1-0/+3
2016-12-19uitest: work around race condition when starting multiple soffice instancesMarkus Mohrhard1-0/+3
2016-12-19make sure we are not leaving soffice around if python process crashesMarkus Mohrhard1-12/+34
2016-12-02uitest: prevent deadlock when the test failsMarkus Mohrhard1-0/+9
2016-11-21uitest: fix path to url conversion on windowsMarkus Mohrhard1-1/+1
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl7-14/+14
2016-10-11pathlib is only in python 3.4+Markus Mohrhard1-0/+31
2016-09-29allow to listen to different eventsMarkus Mohrhard1-3/+3
2016-09-29make use of the new event for closed dialogsMarkus Mohrhard1-0/+17
2016-09-29fix test failureMarkus Mohrhard1-2/+6
2016-07-17uitest: add some work to load several documentsMarkus Mohrhard1-0/+21
2016-07-16uitest: provide a way to open a dialog through an action on an objectMarkus Mohrhard1-0/+15