Created
October 12, 2015 11:11
-
-
Save forcewake/1b0e91e69f88bc9b7b53 to your computer and use it in GitHub Desktop.
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
@ignore | |
Feature: UserAccess | |
@web | |
Scenario: Try to get access to Some_Part_Of_The_Application | |
Given I open 'Application_Name' application as 'User'. | |
When I navigate to 'Some_Part_Of_The_Application'. | |
Then Menu navigation causes exception. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment