Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only authorised people can see the Admin in menu #725

Open
faithngetich opened this issue Oct 31, 2018 · 0 comments
Open

Only authorised people can see the Admin in menu #725

faithngetich opened this issue Oct 31, 2018 · 0 comments

Comments

@faithngetich
Copy link

faithngetich commented Oct 31, 2018

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 "[email protected]" with password "qwerty123"
  Then I should see "Signed in successfully."
  And I should not see "Admin"
@AgileVentures AgileVentures deleted a comment from faithngetich Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant