Regression test for bug 56913
Changed class to css because multiple classes don't seem to work. Used _element.text because css selectors seem to return [] by default. https://mingle.corp.wikimedia.org/projects/internationalization/cards/3822 Change-Id: Ide8c7bd22cc23bb84f24f99faf6b14c2d2ce91de
This commit is contained in:
@@ -73,3 +73,15 @@ Feature: Settings panel
|
||||
And I use the panel to change my interface language to "German"
|
||||
And I apply the changes
|
||||
Then my interface language is "German"
|
||||
|
||||
@commons.wikimedia.beta.wmflabs.org @login
|
||||
Scenario: Regression test for bug 56913
|
||||
|
||||
Given I am logged in
|
||||
When I open the Universal Language Selector
|
||||
And I open Input panel of language settings
|
||||
And I click the button with the ellipsis
|
||||
And I use the panel to change my input language to "Finnish"
|
||||
And I close the panel to discard the changes
|
||||
And I open Input panel of language settings
|
||||
Then I should see English as the selected input language
|
||||
|
||||
Reference in New Issue
Block a user