mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
9 lines
270 B
Gherkin
9 lines
270 B
Gherkin
|
|
Feature: Anonymous Mode with Protocol Only
|
||
|
|
Background:
|
||
|
|
Given Protocol Only Anonymous Mode is enabled
|
||
|
|
|
||
|
|
Scenario: There is no primary navigation
|
||
|
|
Given User is not authenticated
|
||
|
|
When User visits the repository overview page
|
||
|
|
Then The login page is shown
|