diff options
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 4900cd57..17156db4 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -9,12 +9,12 @@ Feature: Doing variations on d-i installs Then I should see a <login> Login prompt Examples: - | install_ui | target_ui | login | - | gui | LXDE Desktop | LXDE | - | gui | KDE Desktop | KDE | - | gui | Minimal | VT | - | gui | XFCE Desktop | XFCE | - | text | non-GUI | VT | + | install_ui | target_ui | login | + | gui | LXDE | LXDE | + | gui | KDE | KDE | + | gui | minimal | VT | + | gui | XFCE | XFCE | + | text | non-GUI | VT | # | gui | Gnome Desktop | Gnome | # Scenario: Get a useful error from a bogus HTTP proxy |