diff --git a/src/test/resources/features/home_page.feature b/src/test/resources/features/home_page.feature index 0c9f5a92..d0574b2c 100644 --- a/src/test/resources/features/home_page.feature +++ b/src/test/resources/features/home_page.feature @@ -1,5 +1,8 @@ Feature: I enter the webpage + Scenario: I see the title + Given I am in the home page + Then I should see the title "Wikigame" Scenario: I see the title Given I am in the home page Then I should see the title "Wikigame"