Zfilipin has submitted this change and it was merged.

Change subject: update to check msg completion properly on beta logged in
......................................................................


update to check msg completion properly on beta logged in

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

Approvals:
  Zfilipin: 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 97fe820..f9b8545 100644
--- a/tests/browser/features/step_definitions/flow_steps.rb
+++ b/tests/browser/features/step_definitions/flow_steps.rb
@@ -25,7 +25,7 @@
 Then(/^the Flow page should contain (.+)$/) do |flow_topic|
   on(FlowPage) do |page|
     page.wait_until(20) do     # 10 seconds wasn't enough on ee-flow...
-      page.text.include? 'just now'
+      page.text.include? 'about 1 second' or page.text.include? 'just now'
     end
     page.flow_body.should match(flow_topic + @random_string + 
@automated_test_marker)
   end

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I306541fc5bc2288fada33b36b933b3c4d99901c6
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[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