From 42547ddb86c8386e9133a8941dea1cc39c0f3958 Mon Sep 17 00:00:00 2001 From: danielspeicher <daniel.speicher@lakedrops.com> Date: Mon, 18 Dec 2023 15:15:40 +0100 Subject: [PATCH] Update check for general availability --- templates/anonymous.feature.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/anonymous.feature.twig b/templates/anonymous.feature.twig index dcfbcdc..04e7353 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" -- GitLab