mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
Migrates the existing e2e tests towards a cucumber bdd-style and utilizes the integration-test-runner package. Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com> Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
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
|