Cmcmahon has submitted this change and it was merged.

Change subject: Fixed scenario wording
......................................................................


Fixed scenario wording

Change-Id: I06b2aa5cbc4c8852696d36d1b7130cbb701c36f3
---
M features/math.feature
M features/step_definitions/math_steps.rb
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/features/math.feature b/features/math.feature
index 0b250af..6a31fba 100644
--- a/features/math.feature
+++ b/features/math.feature
@@ -5,6 +5,6 @@
       And I am editing page that does not exist
     When I type <math>3 + 2</math>
       And I click Preview
-    Then My sandbox page should contain an img tag
+    Then the page should contain an img tag
       And alt for that img should be 3 + 2
       And src for that img should come from //upload.wikimedia.org/math/
diff --git a/features/step_definitions/math_steps.rb 
b/features/step_definitions/math_steps.rb
index 1a8a1d4..3bb1bfb 100644
--- a/features/step_definitions/math_steps.rb
+++ b/features/step_definitions/math_steps.rb
@@ -12,7 +12,7 @@
   on(EditPage).preview
 end
 
-Then /^My sandbox page should contain an img tag$/ do
+Then /^the page should contain an img tag$/ do
   on(EditPage).math_image_element.should exist
 end
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I06b2aa5cbc4c8852696d36d1b7130cbb701c36f3
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to