mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change locale scenario
This commit is contained in:
parent
f622ee3c66
commit
eafd560833
1 changed files with 7 additions and 0 deletions
|
|
@ -62,3 +62,10 @@ Feature: General settings
|
|||
Then I should still be on the general settings page
|
||||
And the "Default currency" field should contain "USD"
|
||||
And I should see "Settings have been successfully updated."
|
||||
|
||||
Scenario: Changing language
|
||||
Given I am on the general settings page
|
||||
When I select "Polish" from "Language"
|
||||
And I press "Save changes"
|
||||
Then I should still be on the general settings page
|
||||
And I should see "Ustawienia ogólne"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue