-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from JoanEsquivel/10.8.0
Dependency Update & Tag Example Added
- Loading branch information
Showing
6 changed files
with
44 additions
and
477 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Feature: Login page with Tags | ||
|
||
Feature Login page will work depending on the user credentials. | ||
|
||
Background: | ||
Given A user opens a saucelabs website | ||
@mobile | ||
Scenario: Success Login | ||
When A user enters the username "standard_user" | ||
And A user enters the password "secret_sauce" | ||
And A user clicks on the login button | ||
Then the url will contains the inventory subdirectory | ||
@desktop | ||
Scenario: Blocked Login | ||
When A user enters the username "locked_out_user" | ||
And A user enters the password "secret_sauce" | ||
And A user clicks on the login button | ||
Then The error message "Epic sadface: Sorry, this user has been locked out." is displayed |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.