AgileVentures / AgileVentures/MetPlus_tracker
Only authorised people can see the Admin in menu
Ouverte
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 2
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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"
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.