Skip to content

Commit

Permalink
Merge pull request #33 from najeeb1023/shopBySearch.feature
Browse files Browse the repository at this point in the history
fix: minor feature file changes.
  • Loading branch information
najeeb1023 authored Aug 16, 2024
2 parents 9db72a5 + e0db0c1 commit 131d31c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/test/features/Registration.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@RegisterUser
@RegisterUser @Regression

Feature: Verify that the user is able to register an account.

Expand Down
2 changes: 1 addition & 1 deletion src/test/features/ShopBySearch.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ShopBySearch
@ShopBySearch @Regression

Feature: Verify that the user is able to purchase an item by searching.

Expand Down
2 changes: 1 addition & 1 deletion src/test/features/UserLogin.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@LoginUser
@LoginUser @Regression

Feature: Verify that the user is able to login into an already registered account.

Expand Down
14 changes: 7 additions & 7 deletions src/test/features/UserShoppingByWear.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@UserShopping
@UserShopping @Regression

Feature: Verify that the user is able to purchase some item.

Expand All @@ -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>" section and the user clicks on "<Attire>" 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>" section and the user clicks on "<Attire>" 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 |
| Section | Attire |
| Women | Bras & Tanks |

0 comments on commit 131d31c

Please sign in to comment.