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 "Enter the password that accompanies your username."
    And I should not see the text "Access denied"