Integration tests for live preview of display language

Bug: 53255

Change-Id: I1506ddd0ef68217ac114bdf4c29c62cd071b1900
This commit is contained in:
Kartik Mistry
2013-09-24 21:53:11 +05:30
committed by Amir E. Aharoni
parent 7706d97c8a
commit 039c91d1d5
6 changed files with 78 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ class PanelPage
select_list(:panel_interface_font_selector, id: 'ui-font-selector')
# TODO: Rename to match convention
button(:other_language_button, class: 'button uls-language-button')
button(:other_language_button, class: 'button uls-language-button', index: 1)
button(:default_language_button, class: 'button uls-language-button down')
# Triggers
@@ -33,6 +33,8 @@ class PanelPage
select(:select_font_for_interface, id: 'ui-font-selector')
select(:select_font_for_content, id: 'content-font-selector')
div(:uls_display_settings, class: 'uls-display-settings')
# Is there way to access the html element?
div(:interface, id: 'footer')
end