Integration tests for off-screen IME selector.

Change-Id: I0b3253ba9cb19afae41612435ef0a9604814f3ed
This commit is contained in:
Kartik Mistry
2013-09-12 17:42:42 +05:30
committed by Amir E. Aharoni
parent e0fa027b9f
commit e53f9176ce
5 changed files with 69 additions and 0 deletions

View File

@@ -49,3 +49,32 @@ input method.
And I press Control-M
Then I should see the input method indicator
And in it there must be an element with Malayalam text
@login @reset-preferences-after
Scenario: Input method menu is not offscreen
Input method indicator is not offscreen for English and RTL languages.
Given I am logged in
Given I set "English" as the interface language
When I visit page in Vector skin
And I open the input method menu
Then I should see the input method menu is not offscreen
Given I am logged in
Given I set "Hebrew" as the interface language
When I visit page in Monobook skin
And I open the input method menu
Then I should see the input method menu is not offscreen
Given I am logged in
Given I set "English" as the interface language
When I visit page in Monobook skin
And I open the input method menu
Then I should see the input method menu is not offscreen
Given I am logged in
Given I set "Hebrew" as the interface language
When I visit page in Vector skin
And I open the input method menu
Then I should see the input method menu is not offscreen