* BAEL-758

* remove unnecessary pom configurations
This commit is contained in:
Tian Baoqiang
2017-04-24 01:36:58 -05:00
committed by Grzegorz Piwowarek
parent 48c0e41791
commit 8b028a2946
13 changed files with 395 additions and 20 deletions
@@ -0,0 +1,13 @@
Meta:
Narrative:
As a user
I want to look up a valid user's profile on github
So that I can know the login payload should be the same as username
Scenario: Github user's profile should have a login payload same as username
Given github user profile api
When looking for eugenp via the api
Then github's response contains a 'login' payload same as eugenp