diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2015-03-09 15:51:10 +0100 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2015-03-09 16:31:51 +0100 |
commit | 0ef2319fb9340b0c7983dfe483ddcfb1178c8ee7 (patch) | |
tree | 368168f07e143da2230388e72aefb4cb4ac8df2f /tests | |
parent | 2b7041a7813e8b14bcecaade558f42161ca91f06 (diff) | |
download | eog-0ef2319fb9340b0c7983dfe483ddcfb1178c8ee7.tar.gz |
tests: use GApp menu to toggle side pane
Diffstat (limited to 'tests')
-rw-r--r-- | tests/actions.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions.feature b/tests/actions.feature index bb79c2a3..ac17e62c 100644 --- a/tests/actions.feature +++ b/tests/actions.feature @@ -22,7 +22,7 @@ Feature: Smoke tests Scenario: Sidepanel via menu * Open "/tmp/gnome-logo.png" via menu Then sidepanel is displayed - * Select "View -> Side Pane" menu + * Click "Side Pane" in GApplication menu Then sidepanel is hidden @sidepane @sidepane_via_shortcut @@ -30,7 +30,7 @@ Feature: Smoke tests * Open "/tmp/gnome-logo.png" via menu * Press "<Ctrl><F9>" Then sidepanel is hidden - * Select "View -> Side Pane" menu + * Click "Side Pane" in GApplication menu Then sidepanel is displayed @fullscreen @fullscreen_via_menu |