Skip to content
Snippets Groups Projects
anonymous.feature.twig 462 B
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
    Feature: Anonymous User Tests
      In order to protect data of the company and its customers
      As an anonymous user
      I want to make sure that no data is available to anonymous visitors
    
      Background:
        Given I am not logged in
    
      Scenario: Check general availability of the site and the anonymous user site
        When I am on "user"
    
        Then I should see the text "Log in"
        And I should see the text "Username"
    
    jurgenhaas's avatar
    jurgenhaas committed
        And I should not see the text "Access denied"