|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
@core
|
|
|
2 |
Feature: View timezone defaults
|
|
|
3 |
In order to run all other behat tests
|
|
|
4 |
As an admin
|
|
|
5 |
I need to verify the default timezone is Australia/Perth
|
|
|
6 |
|
|
|
7 |
Scenario: Admin sees default timezone Australia/Perth
|
|
|
8 |
When I log in as "admin"
|
|
|
9 |
And I navigate to "Location > Location settings" in site administration
|
|
|
10 |
Then I should see "Default: Australia/Perth"
|
|
|
11 |
And the field "Default timezone" matches value "Australia/Perth"
|