Cmcmahon has uploaded a new change for review.
https://gerrit.wikimedia.org/r/88741
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(-)
git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests
refs/changes/41/88741/1
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: newchange
Gerrit-Change-Id: Ibf84650c71f7363aab863ab5c70c71823eb3af55
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits