Skip to content

fix: minor feature file changes. #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
Loading