mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Add background directive to get english language as default
This commit is contained in:

committed by
Romain Neutron

parent
6609ec8d03
commit
25d1a3f539
@@ -3,6 +3,9 @@ Feature: Forgot password
|
|||||||
As a non authenticated user
|
As a non authenticated user
|
||||||
I need to be able to get a new password if I forget my own password
|
I need to be able to get a new password if I forget my own password
|
||||||
|
|
||||||
|
Background:
|
||||||
|
Given locale is "en_GB"
|
||||||
|
|
||||||
Scenario: Give access to forgot password page
|
Scenario: Give access to forgot password page
|
||||||
Given I am not authenticated
|
Given I am not authenticated
|
||||||
When I am on "/login/"
|
When I am on "/login/"
|
||||||
|
@@ -3,6 +3,9 @@ Feature: Guest access
|
|||||||
As a a guest
|
As a a guest
|
||||||
I need to be able to log in
|
I need to be able to log in
|
||||||
|
|
||||||
|
Background:
|
||||||
|
Given locale is "en_GB"
|
||||||
|
|
||||||
Scenario: Give access to guests
|
Scenario: Give access to guests
|
||||||
Given user guest access is enable
|
Given user guest access is enable
|
||||||
And I am not authenticated
|
And I am not authenticated
|
||||||
|
@@ -3,6 +3,9 @@ Feature: Locale
|
|||||||
As a user
|
As a user
|
||||||
I need to be able to change the application locale
|
I need to be able to change the application locale
|
||||||
|
|
||||||
|
Background:
|
||||||
|
Given locale is "en_GB"
|
||||||
|
|
||||||
Scenario: Change the application language to german
|
Scenario: Change the application language to german
|
||||||
Given I am not authenticated
|
Given I am not authenticated
|
||||||
And locale is "en_GB"
|
And locale is "en_GB"
|
||||||
|
@@ -3,6 +3,9 @@ Feature: Register
|
|||||||
As a non authenticated user
|
As a non authenticated user
|
||||||
I need to be able to submit a register form
|
I need to be able to submit a register form
|
||||||
|
|
||||||
|
Background:
|
||||||
|
Given locale is "en_GB"
|
||||||
|
|
||||||
Scenario: Give access to register page
|
Scenario: Give access to register page
|
||||||
Given user registration is enable
|
Given user registration is enable
|
||||||
And I am not authenticated
|
And I am not authenticated
|
||||||
|
Reference in New Issue
Block a user