The map page should open with the location of the service in the first frame.
User Interface Mockup
Acceptance tests
First Scenario
Scenario: Access the "Serviço" page go in the "SRH" service and check whether or not the map opens
Given I am logged in
And I open the drawer
And I tap the "key_Serviços" button
And I tap the "SRH-service" button
And I tap the "key_location" button
Then I expect the text "Mapa" to be present
O teste de aceitação está mal escrito, já que é suposto existir um acontecimento que possa ser validado. Aqui o ultimo passo deveria ser algo como "a localização do serviço é apresentada no mapa ao utilizador"
Notes
User Interface Mockup
Acceptance tests
First Scenario