MaelSemler / mini-cap

This is the Mini-Cap project for SOEN 390
3 stars 1 forks source link

Acceptance Test AT2-1 #104

Open johnstonstott opened 4 years ago

johnstonstott commented 4 years ago

Acceptance test:

AT2-1

Feature:

FT2-1

Feature description:

As a user I want to pick my starting location.

Acceptance criteria:

Given that I am on the map page,

I can click on the upper text box,

Then I can type in to set my starting location.

Note This feature is accessible after the user initially specifies a destination, as the starting location is initially the user's current location as part of the application's design. They can then proceed to change the starting location.

Previous evaluation:

Date Outcome Comments
2020-03-02 Fail There should be a drop down of recommendations when typing a location.

Result:

To be filled in by product owner upon evaluation.

Date:

To be filled in by product owner upon evaluation.

Signature:

To be filled in by product owner upon evaluation.

mkshiblu commented 4 years ago

I cannot find the upper search bar using the mentioned steps. When I click on the bottom search bar it does bring up the google powered upper search bar which I think overlays the actual in-app top search bar. Is this the expected behavior?

I can see the autosuggestion is working though.

image

image

Khal-Shah commented 4 years ago

Yes that is the expected behaviour of our current implementation. Once you do pick a location from the auto-complete and then click on the rotated arrow of bottom search bar, the map should take you to the location you chose and display the top search bars, where you can change starting and destination locations again.

mkshiblu commented 4 years ago

ACCEPTED. Perhaps a bit confusing for the user because of a total of 3 search bars on different locations, but it seems to be working.