mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #36 - Changed english titles to conform with plugin contribution checklist.
This commit is contained in:
@@ -13,7 +13,7 @@ Feature: Change the default settings
|
||||
|
||||
|
||||
Scenario Outline: Check if I can save the default settings.
|
||||
When I navigate to "Default Settings" node in "Site administration > Plugins > Authentication > Outage manager"
|
||||
When I navigate to "Default settings" node in "Site administration > Plugins > Authentication > Outage manager"
|
||||
And I set the following fields to these values:
|
||||
| s_auth_outage_default_autostart | <autostart> |
|
||||
| s_auth_outage_default_warning_duration[v] | <warning> |
|
||||
|
||||
@@ -61,7 +61,7 @@ Feature: Manage outages
|
||||
|
||||
Scenario: Create an outage using defaults.
|
||||
Given I am on Outage Management Page
|
||||
When I press "Create Outage"
|
||||
When I press "Create outage"
|
||||
And I press "Save changes"
|
||||
And I should not see "No outages found." in the "#section_planned_outages" "css_element"
|
||||
And I should see "No outages found." in the "#section_outage_history" "css_element"
|
||||
@@ -79,7 +79,7 @@ Feature: Manage outages
|
||||
Given there is a waiting outage
|
||||
And I am on Outage Management Page
|
||||
When I click on the Clone action button
|
||||
Then I should see "Clone Outage"
|
||||
Then I should see "Clone outage"
|
||||
And I set the field "title" to "My cloned outage"
|
||||
And I press "Save changes"
|
||||
Then I should see "Example of waiting outage"
|
||||
@@ -91,7 +91,7 @@ Feature: Manage outages
|
||||
And I am on Outage Management Page
|
||||
And I should see "Example of warning outage"
|
||||
When I click on the Edit action button
|
||||
Then I should see "Edit Outage"
|
||||
Then I should see "Edit outage"
|
||||
And I set the field "title" to "My previous warning outage"
|
||||
And I press "Save changes"
|
||||
Then I should not see "Example of warning outage"
|
||||
@@ -103,7 +103,7 @@ Feature: Manage outages
|
||||
And I am on Outage Management Page
|
||||
And I should see "Example of warning outage"
|
||||
When I click on the Delete action button
|
||||
Then I should see "Delete Outage"
|
||||
Then I should see "Delete outage"
|
||||
And I should see "Example of warning outage"
|
||||
Then I press "Delete"
|
||||
And I should not see "Example of warning outage"
|
||||
@@ -114,7 +114,7 @@ Feature: Manage outages
|
||||
And I am on Outage Management Page
|
||||
And I should see "Example of ongoing outage" in the "#section_planned_outages" "css_element"
|
||||
When I click on the Finish action button
|
||||
Then I should see "Finish Outage"
|
||||
Then I should see "Finish outage"
|
||||
And I should see "Example of ongoing outage"
|
||||
Then I click on "input[value='Finish']" "css_element"
|
||||
And I should not see "Example of ongoing outage" in the "#section_planned_outages" "css_element"
|
||||
|
||||
Reference in New Issue
Block a user