summaryrefslogtreecommitdiff
path: root/tests/steps
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-9/+9
|
* tests: fix Fullscreen testsVadim Rutkovsky2015-03-091-5/+6
| | | | | Fullscreen button moved to headerbar Detect fullscreen state by drawing area by position
* tests: fix 'Rotate the image clockwise' stepVadim Rutkovsky2015-03-091-1/+4
|
* tests: fix image size detection stepVadim Rutkovsky2015-03-091-7/+8
| | | | | Since eog doesn't provide labellee for table cell we have to hardcode the size cell number
* tests: fix About testVadim Rutkovsky2015-03-091-2/+3
|
* tests: allow tests to use translationsVadim Rutkovsky2014-07-241-23/+50
| | | | Instead of looking for specified string first try to translate it to current language (set via LANG env)
* Add initial installed testsVadim Rutkovsky2014-04-281-0/+131