Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade maplibre-gl-js-amplify to v2.1.0 to support getSuggestions and getPlace #2871

Merged
merged 10 commits into from
Nov 1, 2022
Prev Previous commit
Next Next commit
fix: update test to check for marker on text search
  • Loading branch information
sreeramsama committed Nov 1, 2022
commit 0ddf67e15fb0ca7a959022f02e0eef970de97797
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Feature: Map with LocationSearch
And my default search results is 5

@react
Scenario: Map markers for search results
Scenario: Map marker for search results
When I search for "Amazon Go"
And I press the enter key
Then I see markers equal to my default search results
Then I see one marker

@react
Scenario: Single map marker
Expand Down