mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
[browser test] increase wait for save to complete
sleep() is evil, but let this stay at least for now Change-Id: If3c98b2a05ea37dee0365afd5f17cf8b282ab29a
This commit is contained in:
parent
12e780c67a
commit
c4707a05fb
|
@ -9,7 +9,7 @@ When(/^I enter and save the first edit$/) do
|
|||
end
|
||||
|
||||
When(/^I enter and save a (.+) edit$/) do |count|
|
||||
sleep 2 # Wait for the save confirmation to disappear
|
||||
sleep 10 # Wait for the save confirmation to disappear
|
||||
edit_text = "Editing with " + Random.rand.to_s
|
||||
instance_variable_set("@#{count}_edit_text", edit_text)
|
||||
step "I click Edit for VisualEditor"
|
||||
|
|
Loading…
Reference in a new issue