Cmcmahon has submitted this change and it was merged.

Change subject: VE takes a long time to appear
......................................................................


VE takes a long time to appear

Change-Id: I77dff9dd085d9995e6adfc40f20a4663abd82d79
---
M tests/browser/features/step_definitions/flow_steps.rb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Cmcmahon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/browser/features/step_definitions/flow_steps.rb 
b/tests/browser/features/step_definitions/flow_steps.rb
index 9a8b186..ff97d18 100644
--- a/tests/browser/features/step_definitions/flow_steps.rb
+++ b/tests/browser/features/step_definitions/flow_steps.rb
@@ -11,7 +11,7 @@
 end
 
 When(/^I create a (.+) into VisualEditor Flow body$/) do |flow_body|
-  on(FlowPage).new_topic_body_ve_element.when_present.send_keys(flow_body + 
@random_string + @automated_test_marker)
+  on(FlowPage).new_topic_body_ve_element.when_present(10).send_keys(flow_body 
+ @random_string + @automated_test_marker)
 end
 
 When(/^I create a (.+) into Flow body$/) do |flow_body|

-- 
To view, visit https://gerrit.wikimedia.org/r/95078
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I77dff9dd085d9995e6adfc40f20a4663abd82d79
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: Jhall <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to