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:
Niklas Laxström
2013-11-21 11:44:20 +02:00
parent ded20c61f2
commit 2244518711
3 changed files with 18 additions and 2 deletions

View File

@@ -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