Skip to content

Commit

Permalink
cucumber test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahidulhw committed Feb 27, 2024
1 parent f5528f3 commit 527a393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/login.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Feature: Login Page
Given I am on the login screen
When I fill the login form with invaild user but vaild password credentials
Then I should see error "Epic sadface: Username and password do not match any user in this service"

1 change: 1 addition & 0 deletions page-objects/login-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
}




}

Expand Down
1 change: 1 addition & 0 deletions step-definitions/login-step.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ Then('I should see error {string}', async function(errorMsg) {





0 comments on commit 527a393

Please sign in to comment.