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
@@ -2,7 +2,7 @@ Then(/^the selected interface font must be (.*?)$/) do |font|
|
||||
step 'I open the Universal Language Selector'
|
||||
step 'I open Display panel of language settings'
|
||||
step 'I open Fonts panel of language settings'
|
||||
on(PanelPage).font_for_interface.should == font
|
||||
on(PanelPage).selected_interface_font.should == font
|
||||
end
|
||||
|
||||
Then(/^the selected input method for Malayalam is ml-inscript2$/) do
|
||||
|
||||
Reference in New Issue
Block a user