LEIC-ES-2021-22 / 3LEIC06T1

2 stars 1 forks source link

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

Closed SergioEstevao11 closed 2 years ago

SergioEstevao11 commented 2 years ago

Notes

User Interface Mockup

image

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

Bruno-Lima commented 2 years ago

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?