File: actions.feature

package info (click to toggle)
eog 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,860 kB
  • sloc: ansic: 27,061; python: 347; xml: 28; makefile: 13; javascript: 9
file content (58 lines) | stat: -rw-r--r-- 1,644 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Feature: Smoke tests

  Background:
    * Make sure that eog is running

  @about
  Scenario: About dialog
    * Open About dialog
    Then Website link to wiki is displayed
     And GPL 2.0 link is displayed

  @undo @undo_via_shortcut
  Scenario: Undo via shortcut
    * Open "/tmp/gnome-logo.png" via menu
    Then image size is 199x76
    * Rotate the image clockwise
    Then image size is 76x199
    * Press "<Ctrl>z"
    Then image size is 199x76

  @sidepane @sidepane_via_menu
  Scenario: Sidepanel via menu
    * Open "/tmp/gnome-logo.png" via menu
    Then sidepanel is displayed
    * Click "Side Pane" in GApplication menu
    Then sidepanel is hidden

  @sidepane @sidepane_via_shortcut
  Scenario: Slideshow via shortcut
    * Open "/tmp/gnome-logo.png" via menu
    * Press "<Ctrl><F9>"
    Then sidepanel is hidden
    * Click "Side Pane" in GApplication menu
    Then sidepanel is displayed

  @fullscreen @fullscreen_via_menu
  Scenario: Fullscreen via menu
    * Open "/tmp/gnome-logo.png" via menu
    * Click Fullscreen button on headerbar
    Then application is displayed fullscreen
    * Press "<Esc>"
    Then application is not fullscreen anymore

  @fullscreen @fullscreen_via_shortcut
  Scenario: Fullscreen via shortcut
    * Open "/tmp/gnome-logo.png" via menu
    * Press "<F11>"
    Then application is displayed fullscreen
    * Press "<Esc>"
    Then application is not fullscreen anymore

  @wallpaper
  Scenario: Set as wallpaper
    * Open "/tmp/gnome-logo.png" via menu
    * Select "Set as Wallpaper" from context menu
    * Click "Hide" in wallpaper popup
    Then wallpaper is set to "gnome-logo.png"