diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 08:35:03 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 08:35:03 -0700 |
commit | 79eb5ab396690c613ea6e13c3c941ba1fa80f217 (patch) | |
tree | fab5ebc2f33214da4b44d2dd172f4887f2b0a6f8 /features/project | |
parent | ef4e9c24d3dc870eb194591522dda6ec8dde7192 (diff) | |
download | gitlab-ce-79eb5ab396690c613ea6e13c3c941ba1fa80f217.tar.gz |
refactor feature steps
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/create_project.feature | 2 | ||||
-rw-r--r-- | features/project/wall.feature | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/features/project/create_project.feature b/features/project/create_project.feature index 42d25b3f331..b7cdfdb818e 100644 --- a/features/project/create_project.feature +++ b/features/project/create_project.feature @@ -4,7 +4,7 @@ Feature: Create Project Should be able to create a new one Scenario: User create a project - Given I signin as a user + Given I sign in as a user When I visit new project page And fill project form with valid data Then I should see project page diff --git a/features/project/wall.feature b/features/project/wall.feature index c92dbf82db5..c38d046a850 100644 --- a/features/project/wall.feature +++ b/features/project/wall.feature @@ -1,11 +1,9 @@ -@javascript Feature: Project Wall In order to use Project Wall - A user - Should be able to read & write messages + A user should be able to read and write messages Background: - Given I signin as a user + Given I sign in as a user And I own project "Shop" And I visit project "Shop" wall page |