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

Change subject: Turn on phrase suggestion test.
......................................................................


Turn on phrase suggestion test.

We turned this test off due to a bug in Elasticsearch.  Now that we've
updated beta the bug has been fixed.

The test made sure that when you search for an unpopular phrase "nobel
prize" you don't get any suggestions when you spell it right.

Bug: 52860
Change-Id: Ia7899d4600be3841ffdb1742782cebe01ed6d021
---
M tests/browser/features/full_text.feature
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/tests/browser/features/full_text.feature 
b/tests/browser/features/full_text.feature
index 9bf43c0..125367f 100644
--- a/tests/browser/features/full_text.feature
+++ b/tests/browser/features/full_text.feature
@@ -69,8 +69,7 @@
     | term            | suggestion      |
     | popular culatur | popular culture |
     | noble prize     | nobel prize     |
-    # Disabled until 52860 is fixed
-    #| nobel prize     | none            |
+    | nobel prize     | none            |
 
   @setup_weight
   Scenario: Page weight include redirects

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia7899d4600be3841ffdb1742782cebe01ed6d021
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Chad <[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