From e0db0c1c14683e77c04173bdf59cc0c3df524918 Mon Sep 17 00:00:00 2001 From: najeeb1023 Date: Fri, 16 Aug 2024 14:47:31 +0200 Subject: [PATCH] fix: minor feature file changes. --- src/test/features/Registration.feature | 2 +- src/test/features/ShopBySearch.feature | 2 +- src/test/features/UserLogin.feature | 2 +- src/test/features/UserShoppingByWear.feature | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/test/features/Registration.feature b/src/test/features/Registration.feature index a1d065a..a2c78aa 100644 --- a/src/test/features/Registration.feature +++ b/src/test/features/Registration.feature @@ -1,4 +1,4 @@ -@RegisterUser +@RegisterUser @Regression Feature: Verify that the user is able to register an account. diff --git a/src/test/features/ShopBySearch.feature b/src/test/features/ShopBySearch.feature index e7e191c..7cb02e8 100644 --- a/src/test/features/ShopBySearch.feature +++ b/src/test/features/ShopBySearch.feature @@ -1,4 +1,4 @@ -@ShopBySearch +@ShopBySearch @Regression Feature: Verify that the user is able to purchase an item by searching. diff --git a/src/test/features/UserLogin.feature b/src/test/features/UserLogin.feature index 312c25a..aaa58e6 100644 --- a/src/test/features/UserLogin.feature +++ b/src/test/features/UserLogin.feature @@ -1,4 +1,4 @@ -@LoginUser +@LoginUser @Regression Feature: Verify that the user is able to login into an already registered account. diff --git a/src/test/features/UserShoppingByWear.feature b/src/test/features/UserShoppingByWear.feature index ed1a3a3..bf8ecbd 100644 --- a/src/test/features/UserShoppingByWear.feature +++ b/src/test/features/UserShoppingByWear.feature @@ -1,4 +1,4 @@ -@UserShopping +@UserShopping @Regression Feature: Verify that the user is able to purchase some item. @@ -8,21 +8,21 @@ Feature: Verify that the user is able to purchase some item. Given The user lands at the webpage. @MenShopping - Scenario: User shops for Men Jackets. + Scenario: User shops for Men attire. When The user clicks on the "
" section and the user clicks on "" option. And The products are shown and user navigates to a product. - And The details of the product are shown. + Then The details of the product are shown. Examples: | Section | Attire | | Men | Jackets | @WomenShopping - Scenario: User shops for Women Jackets. + Scenario: User shops for Women attire. When The user clicks on the "
" section and the user clicks on "" option. And The products are shown and user navigates to a product. - And The details of the product are shown. + Then The details of the product are shown. Examples: - | Section | Attire | - | Women | Bras & Tanks | \ No newline at end of file + | Section | Attire | + | Women | Bras & Tanks | \ No newline at end of file