jenkins-bot has submitted this change and it was merged.

Change subject: Fix wildcard_api.feature test
......................................................................


Fix wildcard_api.feature test

Just changed "is the first" to "is in"

Change-Id: I16e38e1953cd0c0dac2165b6b61824b1f3ae28f1
---
M tests/browser/features/wildcard_api.feature
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/tests/browser/features/wildcard_api.feature 
b/tests/browser/features/wildcard_api.feature
index 4b5cd9a..c0b0d47 100644
--- a/tests/browser/features/wildcard_api.feature
+++ b/tests/browser/features/wildcard_api.feature
@@ -41,10 +41,9 @@
     | *        |
     | ?        |
 
-  @expect_failure
   Scenario Outline: Searching with a single wildcard finds expected results
     When I api search for catapu<wildcard>
-    Then Catapult is the first api search result
+    Then Catapult is in the api search results
   Examples:
     | wildcard |
     | *        |

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I16e38e1953cd0c0dac2165b6b61824b1f3ae28f1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: DCausse <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to