Files
SCM-Manager/scm-ui/e2e-tests/cypress/integration/anonymous_mode_disabled.feature
Konstantin Schaper 94304f96a3 migrate integration tests to bdd (#1497)
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>
2021-01-26 12:58:48 +01:00

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