Skip to content

Commit

Permalink
Added test for login as problem user
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimNastoyashchy committed Dec 9, 2022
1 parent f57a0ce commit 9260200
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions features/login_problem_user.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Feature: Swaglabs app Log In

Scenario Outline: As a problem user, I can log into Swaglabs application

Given I am on the login page
When I login with <username> and <password>
Then I redirected to the inventory page with title <title>

Examples:
| username | password | title |
| problem_user | secret_sauce | PRODUCTS |
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Feature: Swaglabs app Log In

Examples:
| username | password | title |
| standard_user | secret_sauce | PRODUCTS |
| standard_user | secret_sauce | PRODUCTS |

0 comments on commit 9260200

Please sign in to comment.