AgileVentures / AgileVentures/MetPlus_tracker

Only authorised people can see the Admin in menu

Open
#725 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

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"

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.