From 54eca9e3a198edffa020222cb5403dc63185adcc Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 22 Jan 2026 18:26:44 +1000 Subject: [PATCH] Fixed examples table syntax in default settings behat file. --- tests/behat/default_settings.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. */ |