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
Use this query to make sure how many workshops present in Хрещатик 1 street.
SELECT w.Title, w.AddressID, a.Latitude, a.Longitude, a.Street, a.BuildingNumber
FROM Workshops w
JOIN Addresses a
ON w.AddressId = a.Id
WHERE Street = "Хрещатик" And BuildingNumber = "1"
Steps to reproduce
Click on Map view
Take a look to Хрещатик 1 street.
Actual result
No one workshop marker with the address "Хрещатик 1" is shown on the map
Expected result
The list of classes available in this geographical position is represented. The number of workshops is equal to the database response
Environment: macOS Big Sur 11.5.1; Chrome version 99.0.4844.51.
Reproducible: always.
Build found:
gcp-0.0.116
gcp-0.0.55
Preconditions
Use this query to make sure how many workshops present in Хрещатик 1 street.
SELECT w.
Title
, w.AddressID, a.Latitude, a.Longitude, a.Street, a.BuildingNumberFROM
Workshops
wJOIN
Addresses
aON w.AddressId = a.Id
WHERE
Street
= "Хрещатик" AndBuildingNumber
= "1"Steps to reproduce
Actual result
No one workshop marker with the address "Хрещатик 1" is shown on the map
Expected result
The list of classes available in this geographical position is represented. The number of workshops is equal to the database response
User story and test case links
User story ita-social-projects/OoS-Backend#92
Test case https://jira.softserve.academy/browse/OS-342
Labels to be added
"Bug", Priority ("pri: low"), Severity ("severity: minor"), Type ("Functional").
The text was updated successfully, but these errors were encountered: