mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
15 lines
393 B
Gherkin
15 lines
393 B
Gherkin
|
|
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
|