As a user, I want to have access to the app's main features in the UNI's side navbar, so that I can easily navigate the main features of UNIServices #7
The user must be able to access the UNI's side navbar on any page of the app
User Interface Mockup
Acceptance tests
First Scenario
-Scenario: Access the "Serviços" page
Given I am logged in
And I open the drawer
And I tap the "key_Serviços" button
Then I expect the text "Serviços" to be present
Second Scenario
-Scenario: Access the "Mapa" page
Given I am logged in
And I open the drawer
And I tap the "key_Mapa" button
Then I expect the text "Mapa" to be present
Third Scenario
-Scenario: Access the "Reminders" page
Given I am logged in
And I open the drawer
And I tap the "key_Reminders" button
Then I expect the text "Reminders" to be present
Os testes de aceitaçaõ não me parecem bem escritos (não percebo a utilidade do primeiro). Nos mocks estão a faltar os 2 que são os que vão aparecer quando o utilizador clicar em casa uma das opções certo?
Notes
User Interface Mockup
Acceptance tests
First Scenario
-Scenario: Access the "Serviços" page Given I am logged in And I open the drawer And I tap the "key_Serviços" button Then I expect the text "Serviços" to be present
Second Scenario
-Scenario: Access the "Mapa" page Given I am logged in And I open the drawer And I tap the "key_Mapa" button Then I expect the text "Mapa" to be present
Third Scenario
-Scenario: Access the "Reminders" page Given I am logged in And I open the drawer And I tap the "key_Reminders" button Then I expect the text "Reminders" to be present