You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Each Impression should be mapped with Latitude and Longitute
The Latitude and Longitude should be at 7 digits accuracy after decimal point
If the user is on mobile use gps tracking to derive Lat long
Scenario:
Given that an user is on mobile
And user is in canada
When impression is fired
Then the server should capture accurate latitude and longiture
Scenario:
Given that an user is on desktop
And user is in canada
When impression is fired
Then the server should capture accurate accurate latitude and logitude
The text was updated successfully, but these errors were encountered:
Feature: Each Impression should be mapped with Latitude and Longitute
The Latitude and Longitude should be at 7 digits accuracy after decimal point
If the user is on mobile use gps tracking to derive Lat long
Scenario:
Given that an user is on mobile
And user is in canada
When impression is fired
Then the server should capture accurate latitude and longiture
Scenario:
Given that an user is on desktop
And user is in canada
When impression is fired
Then the server should capture accurate accurate latitude and logitude
The text was updated successfully, but these errors were encountered: