Zfilipin has submitted this change and it was merged. Change subject: this fixes the Math test and is needed for further Flow updates ......................................................................
this fixes the Math test and is needed for further Flow updates Change-Id: Ibf84650c71f7363aab863ab5c70c71823eb3af55 --- M features/flow_anon.feature M features/step_definitions/flow_steps.rb 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/features/flow_anon.feature b/features/flow_anon.feature index 9507cf4..d35e4e7 100644 --- a/features/flow_anon.feature +++ b/features/flow_anon.feature @@ -7,5 +7,5 @@ When I create a Title of Flow Topic in Flow new topic And I create a Body of Flow Topic into Flow body And I click New topic save - Then the page should contain Title of Flow Topic - And the page should contain Body of Flow Topic + Then the Flow page should contain Title of Flow Topic + And the Flow page should contain Body of Flow Topic diff --git a/features/step_definitions/flow_steps.rb b/features/step_definitions/flow_steps.rb index 729bff7..8f0af3f 100644 --- a/features/step_definitions/flow_steps.rb +++ b/features/step_definitions/flow_steps.rb @@ -22,7 +22,7 @@ on(FlowPage).new_topic_save_element.when_present.click end -Then(/^the page should contain (.+)$/) do |flow_topic| +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' -- To view, visit https://gerrit.wikimedia.org/r/88741 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibf84650c71f7363aab863ab5c70c71823eb3af55 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Cmcmahon <cmcma...@wikimedia.org> Gerrit-Reviewer: Zfilipin <zfili...@wikimedia.org> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits