You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: