Fixes to failing tests
Ambiguous match of "the selected interface font must be "Systemschriftart"": Element is no longer attached to the DOM (Selenium::WebDriver::Error::StaleElementReferenceError) Change-Id: I74d6c8245d413dbf2819a113a19476d9b998d3c4
This commit is contained in:
committed by
Zeljko Filipin
parent
eb7cb4ecd5
commit
35c4837816
@@ -40,7 +40,6 @@ class PanelPage
|
||||
select(:selected_content_font, id: 'content-font-selector')
|
||||
select(:selected_interface_font, id: 'ui-font-selector')
|
||||
|
||||
select(:font_for_interface, id: 'ui-font-selector')
|
||||
select(:font_for_content, id: 'content-font-selector')
|
||||
|
||||
div(:uls_display_settings, class: 'uls-display-settings')
|
||||
|
||||
@@ -11,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, text: 'മലയാളം')
|
||||
a(:malayalam_link, title: 'Malayalam')
|
||||
a(:print_export, text: 'Print/export')
|
||||
a(:printable_version, text: 'Printable version')
|
||||
button(:search_button, id: 'searchButton')
|
||||
|
||||
Reference in New Issue
Block a user