Newer
Older
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"