summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python 3 incompatibility in installed testsFelix Riemann2016-09-032-2/+2
| | | | | 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-093-20/+14
|
* tests: fix Fullscreen testsVadim Rutkovsky2015-03-092-6/+7
| | | | | Fullscreen button moved to headerbar Detect fullscreen state by drawing area by position
* tests: use GApp menu to toggle side paneVadim Rutkovsky2015-03-091-2/+2
|
* 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-092-3/+22
|
* Remove all other references to the toolbarJente Hidskes2014-12-171-9/+0
| | | | | | This patch removes all further references to the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=741050
* tests: remove zh_CN locale from screenshot tourVadim Rutkovsky2014-09-041-1/+3
| | | | Continuous doesn't have required fonts installed, so test fails
* tests: trap exceptions in before_tagVadim Rutkovsky2014-07-281-5/+8
|
* tests: merge screenshot tour testsVadim Rutkovsky2014-07-281-19/+3
|
* tests: give nice name for screenshot tests and add more localesVadim Rutkovsky2014-07-271-13/+41
|
* tests: don't inlude pointer in screenshotsVadim Rutkovsky2014-07-251-1/+1
|
* tests: add screenshot tour testVadim Rutkovsky2014-07-242-0/+76
| | | | This would help designers to check app looks (see screenshots in installed-tests/eog_screenshots) and translators
* tests: allow tests to use translationsVadim Rutkovsky2014-07-242-31/+84
| | | | 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-285-0/+490