Increase browser test stability

The last times tests failed randomly at that point. The should
inrease stability there.

Change-Id: If679fc52cc501680b0f3feb6c27e3827a8b6fc6e
This commit is contained in:
WMDE-Fisch 2017-03-21 13:35:02 +01:00
parent 9a928bb055
commit f5e5c7a19c

View file

@ -45,7 +45,7 @@ Given(/^The window size is (\d+) by (\d+)$/) do |width, height|
end
Then(/^The auto expand button should be visible/) do
expect(on(DiffPage).revisionslider_auto_expand_button_element.when_visible).to be_visible
expect(on(DiffPage).revisionslider_auto_expand_button_element.when_present).to be_visible
end
Given(/^I wait for the setting to be saved$/) do