Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
cherry pick es7 code from #30
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-malkoun authored and vincent-gao committed Sep 14, 2021
1 parent ccedb1d commit 18ee142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/behat/features/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ Feature: Ensure Search API on Bay Elasticsearch work.
Then the response status code should be 200
And the response should be in JSON
And the JSON node "hits" should exist
And the JSON node "hits.total" should be equal to "0"
And the JSON node "hits.total" should exist
And the JSON node "hits.total.value" should exist
And the JSON node "hits.total.value" should be equal to "0"

0 comments on commit 18ee142

Please sign in to comment.