summaryrefslogtreecommitdiff
path: root/uitest/manual_tests
AgeCommit message (Collapse)AuthorFilesLines
2018-11-07map GtkTreeView to SvTreeViewBox now it is in vclCaolán McNamara1-1/+1
Change-Id: I8ab8421354a296cb6382f28fd3bd40372e0665df Reviewed-on: https://gerrit.libreoffice.org/62908 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann1-2/+3
...where necessary, so the tests will succeed if SRCDIR is a read-only tree. Change-Id: Iea4c52d5982d3eba079088ef1670ff557ce30c3f Reviewed-on: https://gerrit.libreoffice.org/52122 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-02-05tdf#107501 automatize EN-8 manual test, related tdf#84810Saurav Chirania1-0/+52
This test is to check that paste special combined with some options and link is ok. Change-Id: Ifffca8033b195d64d310d9d063ee95bbc8e8ad5d Reviewed-on: https://gerrit.libreoffice.org/49164 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-12Revert "uitest: disable failing part of manual_tests/calc.py"Miklos Vajna1-1/+1
This reverts commit 8c59cfb6aad60c06271ac7ae3c124132bdf223c9. Turns out this was a problem for non-English locales only, and Markus fixed this in general in the meantime. Change-Id: I4bb487345b9de4ee637538bbb9d53faa98c7ec5f Reviewed-on: https://gerrit.libreoffice.org/38698 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-06-08uitest: disable failing part of manual_tests/calc.pyMiklos Vajna1-1/+1
Fails here on Linux dbgutil like this: ====================================================================== ERROR: test_validation (calc.ManualCalcTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "uitest/manual_tests/calc.py", line 133, in test_validation self.ui_test.execute_blocking_action(enter_text, "ok", args=("B6", "2.18")) File "uitest/uitest/test.py", line 191, in execute_blocking_action raise DialogNotExecutedException("did not execute a dialog for a blocking action") uitest.test.DialogNotExecutedException: Dialog not executed for: did not execute a dialog for a blocking action Change-Id: I2004eb52ce0846ada7ed38dc19d71258d2272ad5
2016-12-24uitest: add a helper method for typing textMarkus Mohrhard1-2/+2
Change-Id: If450e3f0ff1e2a8f33db05e9512a13e5771115a8 Reviewed-on: https://gerrit.libreoffice.org/32406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-22uitest: convert random number manual test to automated testingMarkus Mohrhard1-0/+39
http://manual-test.libreoffice.org/manage/case/143/ Change-Id: Iff337668834cc729398a79719701627689b56dfd
2016-12-22uitest: convert cell recalculation manual test to automated testingMarkus Mohrhard2-0/+23
http://manual-test.libreoffice.org/manage/case/151/ Change-Id: I6b4e857eb949b29b03817058f8fb3a93ace13309
2016-12-22uitest: add reference to moztrapMarkus Mohrhard1-0/+2
Change-Id: I5213a5a5356af8d80787dc023ac6eca64c456ff9
2016-12-22uitest: convert transpose manual test to automated testMarkus Mohrhard1-0/+36
http://manual-test.libreoffice.org/manage/case/187/ Change-Id: Ia15514127c91ad9391329e96ad23e72b39f9b5f0
2016-12-22uitest: convert validation manual test to automated testMarkus Mohrhard1-0/+31
http://manual-test.libreoffice.org/manage/case/191/ Change-Id: I5aa3dfd87e3de66f12b2a73a8c67cb01cbb56244
2016-12-22uitest: convert next manual calc test to an automatic oneMarkus Mohrhard1-0/+44
Converts http://manual-test.libreoffice.org/manage/case/190/ Change-Id: I72fa202c55578f1163f0184fbedd8e470cee0ed7
2016-12-22uitest: add a reference to the corresponding manual testMarkus Mohrhard1-0/+1
Change-Id: I47c3a3947a9b0557f0eabaef4521c0abc5b743c5
2016-12-21uitest: add initial test for converting manual tests to automated testsMarkus Mohrhard2-0/+58
Change-Id: I76637b76151a33c9f9f4b218aa01b5e813e9da1f Reviewed-on: https://gerrit.libreoffice.org/32283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>