Ocelot-Social/cypress/integration/Internationalization.feature
2018-12-19 19:39:46 +01:00

17 lines
513 B
Gherkin

Feature: Internationalization
As a user
I want users to get the site in my native language
In order to be able to understand the interface
Scenario: See english loginpage
When I visit the "/login" page
Then I can see the english is selected
Scenario: See german loginpage
When I visit the "/login" page
And I select german
Then I can see the german is selected
Then There should be a locale cooke set to de
When I refresh the page
Then I can see the german is selected