A test for saving both ime and font preferences

Change-Id: I091f8db781bf7ea0fd8967c568604402a999356d
This commit is contained in:
Amir E. Aharoni
2013-11-21 18:09:45 +05:30
parent d1647a9fa0
commit cad5ec8dca
4 changed files with 26 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ class PanelPage
div(:uls_display_settings, class: 'uls-display-settings')
radio_button(:ml_inscript2_radio, id: 'ml-inscript2')
# Is there way to access the html element?
div(:interface, id: 'footer')

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
class RandomPage
include PageObject
@@ -9,7 +11,7 @@ class RandomPage
a(:download_as_pdf, text: 'Download as PDF')
a(:download_the_file, text: 'Download the file')
li(:main_page, id: 'n-mainpage-description')
a(:malayalam_link, title: 'Malayalam')
a(:malayalam_link, text: 'മലയാളം')
a(:print_export, text: 'Print/export')
a(:printable_version, text: 'Printable version')
button(:search_button, id: 'searchButton')