mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
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:
parent
9a928bb055
commit
f5e5c7a19c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue