Skip to content
Snippets Groups Projects
Commit ffb63359 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh-scr: Fix X11::GUITest usage

parent 013b068c
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ test_scr('feh_lwi');
SendKeys('^({RIG})');
test_scr('feh_lwi_scroll_r');
SendKeys('^({DOW})');
SendKeys('^({DOWN})');
test_scr('feh_lwi_scroll_rd');
SendKeys('^({RIG})');
......@@ -286,7 +286,7 @@ test_scr('feh_lhi_iirr');
SendKeys('{UP}');
test_scr('feh_lhi_iirri');
SendKeys('{DOW}');
SendKeys('{DOWN}');
test_scr('feh_lhi_iirrio');
feh_stop();
......@@ -294,13 +294,13 @@ feh_stop();
feh_start( q{}, 'test/bg/large/h/in' );
test_scr('feh_lhi');
SendKeys('{DOW}');
SendKeys('{DOWN}');
test_scr('feh_lhi_o');
SendKeys('{DOW}');
SendKeys('{DOWN}');
test_scr('feh_lhi_oo');
SendKeys('{DOW}');
SendKeys('{DOWN}');
test_scr('feh_lhi_ooo');
feh_stop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment