Removing pending block for a bug that was resolved
Had to increase timeout that waits for a div to disappear, the default 5 seconds was not enough. Increased timeout also fixes this test that fails sometimes: http://goo.gl/YXBDAj Bug: 56885 Change-Id: I2def25828865a21eb321d0d9ea2e57764d86c1a2
This commit is contained in:
committed by
Nikerabbit
parent
55686de27e
commit
f647453a39
@@ -35,7 +35,7 @@ end
|
||||
When(/^I apply the changes$/) do
|
||||
on(PanelPage) do |page|
|
||||
page.panel_button_apply_element.click
|
||||
page.language_settings_dialog_element.when_not_present
|
||||
page.language_settings_dialog_element.when_not_present(10)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user