Integration tests for off-screen IME selector.
Change-Id: I0b3253ba9cb19afae41612435ef0a9604814f3ed
This commit is contained in:
committed by
Amir E. Aharoni
parent
e0fa027b9f
commit
e53f9176ce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user