mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Fixed examples table syntax in default settings behat file.
This commit is contained in:
committed by
Brendan Heywood
parent
e4be98f482
commit
54eca9e3a1
@@ -33,6 +33,6 @@ Feature: Change the default settings
|
||||
| description[text] | <description> |
|
||||
|
||||
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 <b>HTML</b>. | /* 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 <b>HTML</b>. | /* More CSS. */ |
|
||||
|
||||
Reference in New Issue
Block a user