Skip to content

Commit

Permalink
sfsfdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sangajala committed Jun 24, 2015
1 parent ec8c56c commit bf54cb3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/test/resources/com/testlab/AddProject.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ Given Admin is on the 'Add Project' Page
When Admin enters an existing project name in the 'Project Name' textbox
And Admin enters valid description in the 'Project Desc' textbox
And Admin should click on 'Save' button
Then Admin should see an error message as 'Project already exist.'
Then Admin should see an error message as 'Project already exist.'

Scenario:user can go back to main screen when he clicks back button

Given as a user i am on page2
And i should see a back button to go back to my main page
When i click on the back button
Then i shouldgo back to my main page
And i should see any changes if i made

0 comments on commit bf54cb3

Please sign in to comment.