diff --git a/templates/anonymous.feature.twig b/templates/anonymous.feature.twig index dcfbcdcd69727a33c9cc9ddee61a79889b9e014a..04e73536fa48816ae2ac8d464ae3dcfadd26dbbf 100644 --- a/templates/anonymous.feature.twig +++ b/templates/anonymous.feature.twig @@ -8,5 +8,6 @@ Feature: Anonymous User Tests 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." + Then I should see the text "Log in" + And I should see the text "Username" And I should not see the text "Access denied"