Closed LabLamb closed 4 years ago
As a user I want to freely change the application language so that the UI is agnostic from the system language setting.
user
freely change the application language
the UI is agnostic from the system language setting
Given: user clicked on the settings tab When: settings screen loaded Then: a TextField is shown AND: it uses current app language as placeholder
TextField
Given: language TextField exists When: the user click on the TextField Then: a language picker is shown
Given: language picker exists When: the user picks a language in the picker AND: the user clicks Done button Then: the app language will change
Done
Given: language picker exists When: the user picks a language in the picker AND: the user clicks Cancel button Then: the app language will not change
Cancel
Story
As a
user
I want tofreely change the application language
so thatthe UI is agnostic from the system language setting
.Acceptance Criteria
Scenario 1
Given: user clicked on the settings tab When: settings screen loaded Then: a
TextField
is shown AND: it uses current app language as placeholderScenario 2
Given: language
TextField
exists When: the user click on theTextField
Then: a language picker is shownScenario 3
Given: language picker exists When: the user picks a language in the picker AND: the user clicks
Done
button Then: the app language will changeScenario 4
Given: language picker exists When: the user picks a language in the picker AND: the user clicks
Cancel
button Then: the app language will not change