summaryrefslogtreecommitdiff
path: root/tests/common_steps.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python 3 incompatibility in installed testsFelix Riemann2016-09-031-1/+1
| | | | | It's a list in Py2 but an iterator in Py3 now, but it shouldn't make a difference to the for-operator.
* tests: update screenshot tourVadim Rutkovsky2015-03-091-1/+1
|
* tests: fix About testVadim Rutkovsky2015-03-091-1/+19
|
* tests: allow tests to use translationsVadim Rutkovsky2014-07-241-8/+34
| | | | Instead of looking for specified string first try to translate it to current language (set via LANG env)
* Update installed tests to work with latest GtkFileChooserFelix Riemann2014-04-281-3/+3
| | | | | | | The location entry is shown differently now and apparently there is also a slightly longer timeout needed until one can press Enter. https://bugzilla.gnome.org/show_bug.cgi?id=727989
* Add initial installed testsVadim Rutkovsky2014-04-281-0/+245