AgileVentures / AgileVentures/MetPlus_tracker

Only authorised people can see the Admin in menu

Abierto
#725 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Sin datos de lenguaje
Estrellas
2
Forks
5
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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"

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.