Files
SCM-Manager/scm-ui/e2e-tests/cypress/integration/anonymous_mode_disabled.feature

15 lines
393 B
Gherkin
Raw Normal View History

Feature: Anonymous Mode Disabled
Background:
Given Anonymous Mode is disabled
Scenario: There is no primary navigation
Given User is not authenticated
When User visits any page
Then There is no primary navigation
Scenario: Authenticated users have a footer navigation
Given User is authenticated
When User visits any page
Then There is a footer navigation