AgileVentures / AgileVentures/MetPlus_tracker
Only authorised people can see the Admin in menu
Aperta
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 2
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently, we have no cucumber tests that check that all unauthorized people should not see the Admin menu.
Expected behavior: Create a feature file to check that unauthorized people cannot see the Admin menu.
```
Scenario: non-admin does not see 'admin' in menu
Given I am on the home page
And I login as "jane@metplus.org" with password "qwerty123"
Then I should see "Signed in successfully."
And I should not see "Admin"
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.