From b97ee3f3bba399f48092d1adaf8ba8fbb80e6a80 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Sat, 7 Oct 2023 13:37:51 -0700 Subject: [PATCH] use the correct clause format since staying on site --- features/homepage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/homepage.feature b/features/homepage.feature index c0750d9..6394745 100644 --- a/features/homepage.feature +++ b/features/homepage.feature @@ -42,5 +42,5 @@ Feature: Homepage Scenario: Accessing a nonexistent URL code Given I visit the "/aaaaaa" location - Then I should be redirected to "/" + Then I should be on "/" page And I should see the message "Link aaaaaa doesn't exist"