diff --git a/tests/behat/default_settings.feature b/tests/behat/default_settings.feature index 5e581cd..a41d069 100644 --- a/tests/behat/default_settings.feature +++ b/tests/behat/default_settings.feature @@ -33,6 +33,6 @@ Feature: Change the default settings | description[text] | | Examples: - warning | duration | title | description | css | - 15 | 30 | An Outage | My outage until {stop}. | /* Some CSS. */ | - 30 | 45 | My Behat Outage {start} | My outage with HTML. | /* More CSS. */ | + | warning | duration | title | description | css | + | 15 | 30 | An Outage | My outage until {stop}. | /* Some CSS. */ | + | 30 | 45 | My Behat Outage {start} | My outage with HTML. | /* More CSS. */ |